GoogleCloudPlatform / secrets-store-csi-driver-provider-gcp

Google Secret Manager provider for the Secret Store CSI Driver.
Apache License 2.0
228 stars 57 forks source link

Why doesn't the provider deamonset deploy to all of my nodes? #377

Closed jgisazi closed 5 months ago

jgisazi commented 5 months ago

I currently have 7 nodes in my cluster. After deploying the provider plugin using provider-gcp-plugin.yaml the daemonset starts up but only deploys pods to two of my nodes. It has the exact same same NodeSelector, kubernetes.io/os=linux, as other daemonsets on my cluster which deploy correctly to all 7 nodes. The 5 nodes it's not deploying to are in separate node groups.

How do I get the provider correctly deployed to all nodes?