mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-02 08:54:00 +03:00
docs(ja): Update 09-bootstrapping-kubernetes-workers.md
removed configs/kubelet-config.yaml \ from the scp command, because it will overwrite the configured kubelet-config.yaml file (has the pods SUBNETs) with the default one
This commit is contained in:
@@ -32,7 +32,6 @@ for host in node-0 node-1; do
|
|||||||
downloads/kube-proxy \
|
downloads/kube-proxy \
|
||||||
configs/99-loopback.conf \
|
configs/99-loopback.conf \
|
||||||
configs/containerd-config.toml \
|
configs/containerd-config.toml \
|
||||||
configs/kubelet-config.yaml \
|
|
||||||
configs/kube-proxy-config.yaml \
|
configs/kube-proxy-config.yaml \
|
||||||
units/containerd.service \
|
units/containerd.service \
|
||||||
units/kubelet.service \
|
units/kubelet.service \
|
||||||
|
Reference in New Issue
Block a user