You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an error when deploying the SPIFFE CSI Driver using kubectl apply -f config/spire-csi.yaml. The pods spiffe-csi-driver-5np44 and spire-agent-pq7l7 are failing to start with the status ErrImagePull and Init:ImagePullBackOff respectively.
I suspected the issue was with the image address in the spire-csi.yaml file, so I changed it from image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0 to image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 but it didn't work. What do you suggest?
The text was updated successfully, but these errors were encountered:
I'm encountering an error when deploying the SPIFFE CSI Driver using
kubectl apply -f config/spire-csi.yaml
. The pods spiffe-csi-driver-5np44 and spire-agent-pq7l7 are failing to start with the status ErrImagePull and Init:ImagePullBackOff respectively.I suspected the issue was with the image address in the
spire-csi.yaml
file, so I changed it fromimage: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
toimage: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0
but it didn't work. What do you suggest?The text was updated successfully, but these errors were encountered: