This command stop is deprecated and fix format

This commit is contained in:
Stewart-YU
2017-11-08 13:36:42 +08:00
committed by stewart-yu
parent 794182bb3e
commit 562342349c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ For self-registration, the kubelet is started with the following options:
- `--cloud-provider` - How to talk to a cloud provider to read metadata about itself.
- `--register-node` - Automatically register with the API server.
- `--register-with-taints` - Register the node with the given list of taints (comma separated `<key>=<value>:<effect>`). No-op if `register-node` is false.
- `--node-ip` IP address of the node.
- `--node-ip` - IP address of the node.
- `--node-labels` - Labels to add when registering the node in the cluster.
- `--node-status-update-frequency` - Specifies how often kubelet posts node status to master.