From 86c376896187d57a6f1d39c98c7c46d8fa4e084f Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Sat, 11 Mar 2017 11:39:11 +0800 Subject: [PATCH] Added `--register-with-taints` for node.md. --- docs/admin/node.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/node.md b/docs/admin/node.md index 5e591ea99ae5a..1b394eb9124cd 100644 --- a/docs/admin/node.md +++ b/docs/admin/node.md @@ -176,6 +176,7 @@ For self-registration, the kubelet is started with the following options: - `--kubeconfig` - Path to credentials to authenticate itself to the apiserver. - `--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 seperated `=:`). No-op if `register-node` is false. - `--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.