-
Notifications
You must be signed in to change notification settings - Fork 140
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
node-driver-registrar in CrashLoopBackOff status following upgrade to v1.14.0 #730
Comments
A workaround to fix the issue is to create a sym link ln -s /var/lib/k0s/kubelet/ /var/lib/kubelet |
@sherif-fanous have you set |
I have using a values file but without the sym link I created I was getting the error I shared in the first comment @andyzhangx linux:
kubelet: /var/lib/k0s/kubelet |
fixed by #741 on v1.14.0 helm chart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
Upgraded Helm Chart to v1.14.0
node-driver-registrar
is inCrashLoopBackOff
with the following logsWhat you expected to happen:
Upgrade to succeed and all pods to be in
Running
statusAnything else we need to know?:
This issue is as a result of #711 as this now hardcodes the
kubelet
path in the helm chart but quite a few kubernetes distributions don't use/var/lib/kubelet
as their kubelet pathIn my case I'm using k0s and the kubelet location is
/var/lib/k0s/kubelet
Environment:
kubectl version
): Server Version: v1.28.4+k0suname -a
): Linux k0s 6.1.0-16-arm64 test: fix travis config #1 SMP Debian 6.1.67-1 (2023-12-12) aarch64 GNU/LinuxThe text was updated successfully, but these errors were encountered: