Closed Edke closed 5 years ago
@Edke should be fixed here https://github.com/xetys/hetzner-kube/pull/258 most relevant changes to make it available for new nodes & c https://github.com/xetys/hetzner-kube/pull/258/commits/c4d78d9a588bd1ab67f60b5bdb969c55cb0f4a13#diff-65af547d7ac35df5808831c9bf26e0f1R32
@mavimo I updated hetzner-kube and tried to recreate new cluster with it. Can't get hcloud-volumes to work though
hcloud-csi-nodes keep crashing
hcloud-csi-controller-0 4/4 Running 0 12m
hcloud-csi-node-j62ml 1/2 CrashLoopBackOff 7 12m
hcloud-csi-node-xmwq5 1/2 CrashLoopBackOff 7 12m
hcloud-csi-node-z8rtk 1/2 CrashLoopBackOff 7 12m
Hi everyone.
I'm a K8s newbie and evaluating different k8s solutions, came upon your awesome
hetzner-kube
as I'm a Hetzner Online really satisfied user.Of course usage of Hetzner volumes would be welcome, I investigated and found https://github.com/hetznercloud/csi-driver and was surprised that no mention about project and it's integration.
After some hacking I got it working according to it's guidelines. Only info not clear was a feature-gates part. That I managed with these steps, found here https://github.com/hetznercloud/csi-driver/issues/17#issuecomment-462685563:
kubeadm alpha kubelet config download
sudo systemctl restart kubelet
After this I got Volumes working nicely.
BUt now and I'm not sure what is a cause, can't add more workers to cluster:
So I have questions:
PS: Sorry, I know this isn't a proper issue more it's a question, I will create new propers ones from this one after discussion.