From e17789966df5ed04c872ef830e10859a6e287036 Mon Sep 17 00:00:00 2001 From: Cliff Burdick <30670611+cliffburdick@users.noreply.github.com> Date: Fri, 22 Sep 2017 09:20:17 -0700 Subject: [PATCH] Update nodes.md (#5578) --api-servers has been deprecated and is no longer in 1.7+. --- docs/concepts/architecture/nodes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/concepts/architecture/nodes.md b/docs/concepts/architecture/nodes.md index ec213463e5..aa75f6e08e 100644 --- a/docs/concepts/architecture/nodes.md +++ b/docs/concepts/architecture/nodes.md @@ -182,7 +182,6 @@ 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. - `--register-node` - Automatically register with the API server.