remove unused rls-ca-file flag
Kubernetes-commit: 9c0803e14c0d76e2e8225db546c0d2ce0b522ab7
This commit is contained in:
parent
bd919879bd
commit
240b9cf032
|
@ -156,11 +156,6 @@ func (s *SecureServingOptions) AddFlags(fs *pflag.FlagSet) {
|
||||||
"The limit that the server gives to clients for "+
|
"The limit that the server gives to clients for "+
|
||||||
"the maximum number of streams in an HTTP/2 connection. "+
|
"the maximum number of streams in an HTTP/2 connection. "+
|
||||||
"Zero means to use golang's default.")
|
"Zero means to use golang's default.")
|
||||||
|
|
||||||
// TODO remove this flag in 1.11. The flag had no effect before this will prevent scripts from immediately failing on upgrade.
|
|
||||||
fs.String("tls-ca-file", "", "This flag has no effect.")
|
|
||||||
fs.MarkDeprecated("tls-ca-file", "This flag has no effect.")
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ApplyTo fills up serving information in the server configuration.
|
// ApplyTo fills up serving information in the server configuration.
|
||||||
|
|
Loading…
Reference in New Issue