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

Helm chart assumes various hostPath volumes are existing directories #8773

Closed
consideRatio opened this issue Apr 28, 2024 · 2 comments · Fixed by #8792 or tigera/operator#3349
Closed

Comments

@consideRatio
Copy link

consideRatio commented Apr 28, 2024

With a recent release of k3s, which is a distribution of k8s, their host nodes stopped having pre-created directories that the calico helm charts assumes are around.

Specifically these hostPath volumes require type: DirectoryOrCreate for calico-node to start running on k3s now.

  • path: /opt/cni/bin
  • path: /var/run/calico
  • path: /var/lib/calico

Related

@mazdakn
Copy link
Member

mazdakn commented May 7, 2024

@consideRatio thanks for reporting this. I'm going to create a fix for this issue today. We will also back port it to v3.28, and v3.27.

@consideRatio
Copy link
Author

Wiee thank you @mazdakn!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment