You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/terraform.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,7 @@
174
174
| <aname="input_ingress_replica_count"></a> [ingress\_replica\_count](#input\_ingress\_replica\_count)| Number of replicas per ingress controller. 0 means autodetect based on the number of agent nodes. |`number`|`0`| no |
175
175
| <aname="input_ingress_target_namespace"></a> [ingress\_target\_namespace](#input\_ingress\_target\_namespace)| The namespace to deploy the ingress controller to. Defaults to ingress name. |`string`|`""`| no |
176
176
| <aname="input_initial_k3s_channel"></a> [initial\_k3s\_channel](#input\_initial\_k3s\_channel)| Allows you to specify an initial k3s channel. |`string`|`"stable"`| no |
177
+
| <aname="input_install_k3s_version"></a> [install\_k3s\_version](#input\_install\_k3s\_version)| Allows you to specify the k3s version (Example: v1.29.6+k3s2). Supersedes initial\_k3s\_channel. |`string`|`""`| no |
177
178
| <aname="input_k3s_agent_kubelet_args"></a> [k3s\_agent\_kubelet\_args](#input\_k3s\_agent\_kubelet\_args)| Kubelet args for agent nodes. |`list(string)`|`[]`| no |
178
179
| <aname="input_k3s_autoscaler_kubelet_args"></a> [k3s\_autoscaler\_kubelet\_args](#input\_k3s\_autoscaler\_kubelet\_args)| Kubelet args for autoscaler nodes. |`list(string)`|`[]`| no |
179
180
| <aname="input_k3s_control_plane_kubelet_args"></a> [k3s\_control\_plane\_kubelet\_args](#input\_k3s\_control\_plane\_kubelet\_args)| Kubelet args for control plane nodes. |`list(string)`|`[]`| no |
0 commit comments