Remove docs related to 'require-kubeconfig' (#7138)

With kubernetes/kubernetes#58367 merged, v1.10 will not use the
"require-kubeconfig" flag. The flag has become a no-op solely to ensure
existing deployments won't break.
This commit is contained in:
Qiming
2018-01-31 21:14:06 +08:00
committed by k8s-ci-robot
parent d9af1939a1
commit dd87ec4cac
4 changed files with 4 additions and 14 deletions
-1
View File
@@ -198,7 +198,6 @@ When starting the kubelet, if the file specified by `--kubeconfig` does not exis
**Note:** The following flags are required to enable this bootstrapping when starting the kubelet:
```
--require-kubeconfig
--bootstrap-kubeconfig="/path/to/bootstrap/kubeconfig"
```