Skip to content

Setting up Calico #3618

Answered by Niklas2501
Niklas2501 asked this question in Q&A
Discussion options

You must be logged in to vote

Found the problem: It turned out the plugin files were actually missing, even though the init container should have created them imo.

As a fix you can manually add the files (needs to be done every time the cluster restarts) - maybe there is a smarter solution but it works:

rdctl shell sudo curl --no-progress-meter -L -o /usr/libexec/cni/calico https://github.com/projectcalico/cni-plugin/releases/download/v3.14.0/calico-arm64
rdctl shell sudo curl --no-progress-meter -L -o /usr/libexec/cni/calico-ipam https://github.com/projectcalico/cni-plugin/releases/download/v3.14.0/calico-ipam-arm64

rdctl shell sudo chmod 755 /usr/libexec/cni/calico
rdctl shell sudo chmod 755 /usr/libexec/cni/calico…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Niklas2501
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant