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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,7 @@
106
106
| <aname="input_cert_manager_values"></a> [cert\_manager\_values](#input\_cert\_manager\_values)| Additional helm values file to pass to Cert-Manager as 'valuesContent' at the HelmChart. |`string`|`""`| no |
107
107
| <aname="input_cilium_egress_gateway_enabled"></a> [cilium\_egress\_gateway\_enabled](#input\_cilium\_egress\_gateway\_enabled)| Enables egress gateway to redirect and SNAT the traffic that leaves the cluster. |`bool`|`false`| no |
108
108
| <aname="input_cilium_hubble_enabled"></a> [cilium\_hubble\_enabled](#input\_cilium\_hubble\_enabled)| Enables Hubble Observability to collect and visualize network traffic. |`bool`|`false`| no |
109
+
| <aname="input_cilium_hubble_metrics_enabled"></a> [cilium\_hubble\_metrics\_enabled](#input\_cilium\_hubble\_metrics\_enabled)| Configures the list of Hubble metrics to collect |`list(string)`|`[]`| no |
109
110
| <aname="input_cilium_ipv4_native_routing_cidr"></a> [cilium\_ipv4\_native\_routing\_cidr](#input\_cilium\_ipv4\_native\_routing\_cidr)| Used when Cilium is configured in native routing mode. The CNI assumes that the underlying network stack will forward packets to this destination without the need to apply SNAT. Default: value of "cluster\_ipv4\_cidr" |`string`|`null`| no |
110
111
| <aname="input_cilium_routing_mode"></a> [cilium\_routing\_mode](#input\_cilium\_routing\_mode)| Set native-routing mode ("native") or tunneling mode ("tunnel"). |`string`|`"tunnel"`| no |
111
112
| <aname="input_cilium_values"></a> [cilium\_values](#input\_cilium\_values)| Additional helm values file to pass to Cilium as 'valuesContent' at the HelmChart. |`string`|`""`| no |
@@ -208,6 +209,7 @@
208
209
| <aname="input_ssh_port"></a> [ssh\_port](#input\_ssh\_port)| The main SSH port to connect to the nodes. |`number`|`22`| no |
| <aname="input_system_upgrade_enable_eviction"></a> [system\_upgrade\_enable\_eviction](#input\_system\_upgrade\_enable\_eviction)| Whether to directly delete pods during system upgrade (k3s) or evict them. Defaults to true. Disable this on small clusters to avoid system upgrades hanging since pods resisting eviction keep node unschedulable forever. NOTE: turning this off, introduces potential downtime of services of the upgraded nodes. |`bool`|`true`| no |
211
213
| <aname="input_traefik_additional_options"></a> [traefik\_additional\_options](#input\_traefik\_additional\_options)| Additional options to pass to Traefik as a list of strings. These are the ones that go into the additionalArguments section of the Traefik helm values file. |`list(string)`|`[]`| no |
212
214
| <aname="input_traefik_additional_ports"></a> [traefik\_additional\_ports](#input\_traefik\_additional\_ports)| Additional ports to pass to Traefik. These are the ones that go into the ports section of the Traefik helm values file. | <pre>list(object({<br> name = string<br> port = number<br> exposedPort = number<br> }))</pre> |`[]`| no |
213
215
| <aname="input_traefik_additional_trusted_ips"></a> [traefik\_additional\_trusted\_ips](#input\_traefik\_additional\_trusted\_ips)| Additional Trusted IPs to pass to Traefik. These are the ones that go into the trustedIPs section of the Traefik helm values file. |`list(string)`|`[]`| no |
0 commit comments