adamant-kite-43734
08/14/2023, 8:19 PMgreat-bear-19718
08/15/2023, 3:31 AMgreat-bear-19718
08/15/2023, 3:31 AMswift-eve-48927
08/15/2023, 7:47 PMgreat-bear-19718
08/16/2023, 1:16 AMgreat-bear-19718
08/16/2023, 1:16 AMgreat-bear-19718
08/16/2023, 1:17 AMswift-eve-48927
08/16/2023, 7:01 PMharvester-csi-driver
git repository and ran the generate_addon_csi.sh
. According to the instructions I’m supposed to copy/paste the cloud-init user data
into the User Data field through Rancher, but since I’m not using Rancher, I’m having to improvise. I copied the Secret
manifest from the generated file and applied it to my k0s cluster, after running the deployment.yaml
file the harvester-csi-plugin
was created and was in ContainerCreating
, then I saw it was looking for a /var/lib/kubelet/plugins_registry
folder on the host, so I created that folder. Now the pods are in CrashLoopBackOff status. The logs say level=fatal msg="Error running CSI driver: flag provided but not defined: -drivername"
. What’s supposed to be in the plugins_registry
folder that I had to create?swift-eve-48927
08/16/2023, 10:32 PMcsi-controller
pod there is a csi-provisioner
container that has an error of unknown flag: --default-fstype
swift-eve-48927
08/23/2023, 11:24 PMharvester-csi-config
manifest in the output, but the harvester-csi-plugin
was still looking for that Secret, so I ran the generator again without `RKE2`at the end so I could get that Secret.