We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d56d75 + 05010d2 commit 41b2948Copy full SHA for 41b2948
staging/src/k8s.io/apiserver/pkg/server/options/serving.go
@@ -143,7 +143,7 @@ func (s *SecureServingOptions) AddFlags(fs *pflag.FlagSet) {
143
fs.IPVar(&s.BindAddress, "bind-address", s.BindAddress, ""+
144
"The IP address on which to listen for the --secure-port port. The "+
145
"associated interface(s) must be reachable by the rest of the cluster, and by CLI/web "+
146
- "clients. If blank, all interfaces will be used (0.0.0.0 for all IPv4 interfaces and :: for all IPv6 interfaces).")
+ "clients. If blank or an unspecified address (0.0.0.0 or ::), all interfaces will be used.")
147
148
desc := "The port on which to serve HTTPS with authentication and authorization."
149
if s.Required {
0 commit comments