remove unused rls-ca-file flag

Kubernetes-commit: 9c0803e14c0d76e2e8225db546c0d2ce0b522ab7
This commit is contained in:
hzxuzhonghu 2018-03-20 15:26:31 +08:00 committed by Kubernetes Publisher
parent bd919879bd
commit 240b9cf032
1 changed files with 0 additions and 5 deletions

View File

@ -156,11 +156,6 @@ func (s *SecureServingOptions) AddFlags(fs *pflag.FlagSet) {
"The limit that the server gives to clients for "+
"the maximum number of streams in an HTTP/2 connection. "+
"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.