fix issue 17274 (#17277)

pull/17292/head
Luzhenxing 2019-10-30 05:14:53 +08:00 committed by Kubernetes Prow Robot
parent 23840660cc
commit 8db2d7bdd2
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ To use this approach:
2. Configure the kubelet on your selected node to use this web manifest by running it with `--manifest-url=<manifest-url>`. On Fedora, edit `/etc/kubernetes/kubelet` to include this line:
```
KUBELET_ARGS="--cluster-dns=10.254.0.10 --cluster-domain=kube.local --manifest-url=<manifest-url>`
KUBELET_ARGS="--cluster-dns=10.254.0.10 --cluster-domain=kube.local --manifest-url=<manifest-url>"
```
3. Restart the kubelet. On Fedora, you would run: