Yury Savenko
Yury Savenko
Yes, one big table with column per node is more readable, than separate panels
Having the same issue. More details: ``` root@master:~# kubectl version Client Version: v1.30.5+k3s1 Server Version: v1.30.5+k3s1 ``` ``` root@master:~# kubectl -n kube-system describe pods hcloud-csi-controller-6c5f68995c-j7sng Name: hcloud-csi-controller-6c5f68995c-j7sng Namespace: kube-system Priority:...
What helped me is providing the right kubelet args and having hccm properly installed. 1. Install k3s with these parameters: `curl -sfL https://get.k3s.io | sh -s - --kubelet-arg="cloud-provider=external" —disable-cloud-controller` 2....
Actually, I could't reproduce now. Installation with helm worked on a default k3s cluster.