Skip to content

Commit

Permalink
Update internal/manager/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Patryk Małek <patryk.malek@konghq.com>
  • Loading branch information
programmer04 and pmalek authored Jan 29, 2025
1 parent 7beaf7c commit 1ceee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/manager/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func (c *Config) FlagSet() *pflag.FlagSet {
flagSet.StringVar(&c.Konnect.ControlPlaneID, "konnect-runtime-group-id", "", "Use --konnect-control-plane-id instead.")
_ = flagSet.MarkDeprecated("konnect-runtime-group-id", "Use --konnect-control-plane-id instead.")

_ = flagSet.String("gateway-discovery-dns-strategy", "", "DNS strategy to use when creating Gateway's Admin API addresses. One of: ip, service, pod. AAAA")
_ = flagSet.String("gateway-discovery-dns-strategy", "", "DNS strategy to use when creating Gateway's Admin API addresses. One of: ip, service, pod.")
_ = flagSet.MarkDeprecated("gateway-discovery-dns-strategy", "this setting is deprecated and has no effect, now it always works out of the box (without adjustments).")

c.flagSet = flagSet
Expand Down

0 comments on commit 1ceee05

Please sign in to comment.