Add node sync period flag

This commit is contained in:
Deyuan Deng
2015-01-20 20:31:21 -05:00
parent 6db42eda4e
commit c263a79d3e
3 changed files with 11 additions and 4 deletions

View File

@@ -54,11 +54,14 @@ The kube-controller-manager has several options.
log to standard error instead of files.
**--machines**=[]
List of machines to schedule onto, comma separated.
List of machines to schedule onto, comma separated.
**--master**=""
The address of the Kubernetes API server.
**--node_sync_peroid**=10s
The period for syncing nodes from cloudprovider.
**--port**=10252
The port that the controller-manager's http service runs on.