Skip to content

Commit 4179a49

Browse files
authored
Merge pull request #1779 from kube-hetzner/docs/update-
[AUTO] Update Terraform Documentation
2 parents 3ea11d2 + 45a8630 commit 4179a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
| <a name="input_additional_tls_sans"></a> [additional\_tls\_sans](#input\_additional\_tls\_sans) | Additional TLS SANs to allow connection to control-plane through it. | `list(string)` | `[]` | no |
9999
| <a name="input_address_for_connectivity_test"></a> [address\_for\_connectivity\_test](#input\_address\_for\_connectivity\_test) | The address to test for external connectivity before proceeding with the installation. Defaults to Google's public DNS. | `string` | `"8.8.8.8"` | no |
100100
| <a name="input_agent_nodepools"></a> [agent\_nodepools](#input\_agent\_nodepools) | Number of agent nodes. | <pre>list(object({<br/> name = string<br/> server_type = string<br/> location = string<br/> backups = optional(bool)<br/> floating_ip = optional(bool)<br/> floating_ip_rdns = optional(string, null)<br/> labels = list(string)<br/> taints = list(string)<br/> longhorn_volume_size = optional(number)<br/> swap_size = optional(string, "")<br/> zram_size = optional(string, "")<br/> kubelet_args = optional(list(string), ["kube-reserved=cpu=50m,memory=300Mi,ephemeral-storage=1Gi", "system-reserved=cpu=250m,memory=300Mi"])<br/> selinux = optional(bool, true)<br/> placement_group_compat_idx = optional(number, 0)<br/> placement_group = optional(string, null)<br/> count = optional(number, null)<br/> disable_ipv4 = optional(bool, false)<br/> disable_ipv6 = optional(bool, false)<br/> network_id = optional(number, 0)<br/> nodes = optional(map(object({<br/> server_type = optional(string)<br/> location = optional(string)<br/> backups = optional(bool)<br/> floating_ip = optional(bool)<br/> floating_ip_rdns = optional(string, null)<br/> labels = optional(list(string))<br/> taints = optional(list(string))<br/> longhorn_volume_size = optional(number)<br/> swap_size = optional(string, "")<br/> zram_size = optional(string, "")<br/> kubelet_args = optional(list(string), ["kube-reserved=cpu=50m,memory=300Mi,ephemeral-storage=1Gi", "system-reserved=cpu=250m,memory=300Mi"])<br/> selinux = optional(bool, true)<br/> placement_group_compat_idx = optional(number, 0)<br/> placement_group = optional(string, null)<br/> append_index_to_node_name = optional(bool, true)<br/> })))<br/> }))</pre> | `[]` | no |
101-
| <a name="input_agent_nodes_custom_config"></a> [agent\_nodes\_custom\_config](#input\_agent\_nodes\_custom\_config) | Custom agent nodes configuration. | `any` | `{}` | no |
101+
| <a name="input_agent_nodes_custom_config"></a> [agent\_nodes\_custom\_config](#input\_agent\_nodes\_custom\_config) | Additional configuration for agent nodes and autoscaler nodes that will be added to k3s's config.yaml. E.g to allow kube-proxy monitoring. | `any` | `{}` | no |
102102
| <a name="input_allow_scheduling_on_control_plane"></a> [allow\_scheduling\_on\_control\_plane](#input\_allow\_scheduling\_on\_control\_plane) | Whether to allow non-control-plane workloads to run on the control-plane nodes. | `bool` | `false` | no |
103103
| <a name="input_authentication_config"></a> [authentication\_config](#input\_authentication\_config) | Strucutred authentication configuration. This can be used to define external authentication providers. | `string` | `""` | no |
104104
| <a name="input_automatically_upgrade_k3s"></a> [automatically\_upgrade\_k3s](#input\_automatically\_upgrade\_k3s) | Whether to automatically upgrade k3s based on the selected channel. | `bool` | `true` | no |
@@ -136,7 +136,7 @@
136136
| <a name="input_control_plane_lb_enable_public_interface"></a> [control\_plane\_lb\_enable\_public\_interface](#input\_control\_plane\_lb\_enable\_public\_interface) | Enable or disable public interface for the control plane load balancer . Defaults to true. | `bool` | `true` | no |
137137
| <a name="input_control_plane_lb_type"></a> [control\_plane\_lb\_type](#input\_control\_plane\_lb\_type) | The type of load balancer to use for the control plane load balancer. Defaults to lb11, which is the cheapest one. | `string` | `"lb11"` | no |
138138
| <a name="input_control_plane_nodepools"></a> [control\_plane\_nodepools](#input\_control\_plane\_nodepools) | Number of control plane nodes. | <pre>list(object({<br/> name = string<br/> server_type = string<br/> location = string<br/> backups = optional(bool)<br/> labels = list(string)<br/> taints = list(string)<br/> count = number<br/> swap_size = optional(string, "")<br/> zram_size = optional(string, "")<br/> kubelet_args = optional(list(string), ["kube-reserved=cpu=250m,memory=1500Mi,ephemeral-storage=1Gi", "system-reserved=cpu=250m,memory=300Mi"])<br/> selinux = optional(bool, true)<br/> placement_group_compat_idx = optional(number, 0)<br/> placement_group = optional(string, null)<br/> disable_ipv4 = optional(bool, false)<br/> disable_ipv6 = optional(bool, false)<br/> network_id = optional(number, 0)<br/> }))</pre> | `[]` | no |
139-
| <a name="input_control_planes_custom_config"></a> [control\_planes\_custom\_config](#input\_control\_planes\_custom\_config) | Custom control plane configuration e.g to allow etcd monitoring. | `any` | `{}` | no |
139+
| <a name="input_control_planes_custom_config"></a> [control\_planes\_custom\_config](#input\_control\_planes\_custom\_config) | Additional configuration for control planes that will be added to k3s's config.yaml. E.g to allow etcd monitoring. | `any` | `{}` | no |
140140
| <a name="input_create_kubeconfig"></a> [create\_kubeconfig](#input\_create\_kubeconfig) | Create the kubeconfig as a local file resource. Should be disabled for automatic runs. | `bool` | `true` | no |
141141
| <a name="input_create_kustomization"></a> [create\_kustomization](#input\_create\_kustomization) | Create the kustomization backup as a local file resource. Should be disabled for automatic runs. | `bool` | `true` | no |
142142
| <a name="input_csi_driver_smb_helmchart_bootstrap"></a> [csi\_driver\_smb\_helmchart\_bootstrap](#input\_csi\_driver\_smb\_helmchart\_bootstrap) | Whether the HelmChart csi\_driver\_smb shall be run on control-plane nodes. | `bool` | `false` | no |

0 commit comments

Comments
 (0)