Fix minion_cache_ttl and minion_regexp flag change.

This commit is contained in:
Deyuan Deng
2014-11-02 00:27:24 -04:00
parent 290749b1ab
commit f1a569872a
4 changed files with 23 additions and 16 deletions

View File

@@ -29,6 +29,15 @@ The kube-controller-manager has several options.
**-api_version**=""
The API version to use when talking to the server.
**-cloud_config**=""
The path to the cloud provider configuration file. Empty string for no configuration file.
**-cloud_provider**=""
The provider for cloud services. Empty string for no provider.
**-minion_regexp**=""
If non empty, and -cloud_provider is specified, a regular expression for matching minion VMs.
**-insecure_skip_tls_verify**=false
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure.