fix issue 17274 (#17277)
parent
23840660cc
commit
8db2d7bdd2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue