Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A small error in "Bootstrapping the Kubernetes Worker Nodes" step #779

Open
eraguram opened this issue May 2, 2024 · 0 comments
Open

A small error in "Bootstrapping the Kubernetes Worker Nodes" step #779

eraguram opened this issue May 2, 2024 · 0 comments

Comments

@eraguram
Copy link

eraguram commented May 2, 2024

In the following block

for host in node-0 node-1; do
  scp \
    downloads/runc.arm64 \
    downloads/crictl-v1.28.0-linux-arm.tar.gz \
    downloads/cni-plugins-linux-arm64-v1.3.0.tgz \
    downloads/containerd-1.7.8-linux-arm64.tar.gz \
    downloads/kubectl \
    downloads/kubelet \
    downloads/kube-proxy \
    configs/99-loopback.conf \
    configs/containerd-config.toml \
    configs/kubelet-config.yaml \
    configs/kube-proxy-config.yaml \
    units/containerd.service \
    units/kubelet.service \
    units/kube-proxy.service \
    root@$host:~/
done

The line "configs/kubelet-config.yaml " should be removed.

Because in the previous step, it is updated with Node's POD subnet and already copied to the respective node.

This line over-rights the correct file with the template file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant