Skip to content

Commit

Permalink
fix issue 17274 (#17277)
Browse files Browse the repository at this point in the history
  • Loading branch information
lojies authored and k8s-ci-robot committed Oct 29, 2019
1 parent 2384066 commit 8db2d7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8db2d7b

Please sign in to comment.