From a551d2673e8ff16e1cf95a217b8c9ebd4b3bf2ef Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Wed, 8 Mar 2017 09:52:28 +0800 Subject: [PATCH] Removed `=` at the end of the flags. --- docs/admin/node.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/admin/node.md b/docs/admin/node.md index f91f155919..5e591ea99a 100644 --- a/docs/admin/node.md +++ b/docs/admin/node.md @@ -172,9 +172,9 @@ register itself with the API server. This is the preferred pattern, used by mos For self-registration, the kubelet is started with the following options: - - `--api-servers=` - Location of the apiservers. - - `--kubeconfig=` - Path to credentials to authenticate itself to the apiserver. - - `--cloud-provider=` - How to talk to a cloud provider to read metadata about itself. + - `--api-servers` - Location of the apiservers. + - `--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. - `--node-ip` IP address of the node. - `--node-labels` - Labels to add when registering the node in the cluster.