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/flags.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,5 +180,6 @@
180
180
|`--webhook-provider-read-timeout=5s`| The read timeout for the webhook provider in duration format (default: 5s) |
181
181
|`--webhook-provider-write-timeout=10s`| The write timeout for the webhook provider in duration format (default: 10s) |
182
182
|`--[no-]webhook-server`| When enabled, runs as a webhook server instead of a controller. (default: false). |
183
+
|`--service-per-pod-fqdn=`| enables/disables to create per pod FQDNs for headless services. (default: 'true' for pods with non empty Hostnames, 'false' otherwise). |
183
184
|`--provider=provider`| The DNS provider where the DNS records will be created (required, options: akamai, alibabacloud, aws, aws-sd, azure, azure-dns, azure-private-dns, civo, cloudflare, coredns, digitalocean, dnsimple, exoscale, gandi, godaddy, google, inmemory, linode, ns1, oci, ovh, pdns, pihole, plural, rfc2136, scaleway, skydns, transip, webhook) |
184
185
|`--source=source`| The resource types that are queried for endpoints; specify multiple times for multiple sources (required, options: service, ingress, node, pod, fake, connector, gateway-httproute, gateway-grpcroute, gateway-tlsroute, gateway-tcproute, gateway-udproute, istio-gateway, istio-virtualservice, cloudfoundry, contour-httpproxy, gloo-proxy, crd, empty, skipper-routegroup, openshift-route, ambassador-host, kong-tcpingress, f5-virtualserver, f5-transportserver, traefik-proxy) |
b.DurationVar("webhook-provider-read-timeout", "The read timeout for the webhook provider in duration format (default: 5s)", defaultConfig.WebhookProviderReadTimeout, &cfg.WebhookProviderReadTimeout)
805
807
b.DurationVar("webhook-provider-write-timeout", "The write timeout for the webhook provider in duration format (default: 10s)", defaultConfig.WebhookProviderWriteTimeout, &cfg.WebhookProviderWriteTimeout)
806
808
b.BoolVar("webhook-server", "When enabled, runs as a webhook server instead of a controller. (default: false).", defaultConfig.WebhookServer, &cfg.WebhookServer)
809
+
b.EnumVar("service-per-pod-fqdn", "enables/disables to create per pod FQDNs for headless services. (default: 'true' for pods with non empty Hostnames, 'false' otherwise).", defaultConfig.ServicePerPodFqdn, &cfg.ServicePerPodFqdn, "true", "false")
0 commit comments