Update nodes.md (#5578)

--api-servers has been deprecated and is no longer in 1.7+.
This commit is contained in:
Cliff Burdick 2017-09-22 09:20:17 -07:00 committed by Steve Perry
parent 03d23c1bb0
commit e17789966d
1 changed files with 0 additions and 1 deletions

View File

@ -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.