Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump CAPV provider due to unavailable CPI/CSI images #543

Closed
thehejik opened this issue Jan 7, 2025 · 2 comments · Fixed by #546
Closed

Bump CAPV provider due to unavailable CPI/CSI images #543

thehejik opened this issue Jan 7, 2025 · 2 comments · Fixed by #546
Labels
kind/bug Something isn't working
Milestone

Comments

@thehejik
Copy link
Collaborator

thehejik commented Jan 7, 2025

What steps did you take and what happened?

After provisioning CAPV RKE2 cluster by using dev turtles (post 0.15.0) with vsphere infra provider v1.11.3 I noticed that vsphere-csi pods are in Imagepullbackoff state and not ready. Problem is that some images are not available anymore.

Upstream issue https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/issues/3199 (not linking)

Failed to pull image "gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.0": failed to pull and unpack image "gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.0": failed to resolve reference "gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.0": failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://gcr.io/v2/token?scope=repository%3Acloud-provider-vsphere%2Fcsi%2Frelease%2Fdriver%3Apull&service=gcr.io: 401 Unauthorized

image

/kind bug

@thehejik thehejik added the kind/bug Something isn't working label Jan 7, 2025
@thehejik thehejik changed the title Bumb CAPV provider due to unavailable CPI/CSI images Bump CAPV provider due to unavailable CPI/CSI images Jan 7, 2025
@thehejik
Copy link
Collaborator Author

thehejik commented Jan 7, 2025

Two images that are not available:

gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.0
gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.1.0

According to @alexander-demicev the fix should be just about changing image references in https://github.com/rancher/cluster-api-provider-rke2/blob/main/examples/vmware/cluster-template.yaml

@alexander-demicev alexander-demicev transferred this issue from rancher/turtles Jan 7, 2025
@kkaempf kkaempf added this to the v0.11.0 milestone Jan 7, 2025
@thehejik
Copy link
Collaborator Author

thehejik commented Jan 7, 2025

Before closing, could we also update our e2e template here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Development

Successfully merging a pull request may close this issue.

2 participants