-
Notifications
You must be signed in to change notification settings - Fork 298
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
Upgrade-crds pod is erroring when attempting to validate crd apis #1634
Comments
Done some more looking and found that this pod is being created by a I upgraded from 1.4.4 to 1.4.5 to try and see of that would fix this, so I get the same behaviour with image tag 1.4.4 |
I have found a similar issue, but unfortunately it went stale and so there is no documented solution within the thread. |
I've just done a quick check with ❯ kubectl api-resources | rg secrets-store
secretproviderclasses secrets-store.csi.x-k8s.io/v1 true SecretProviderClass
secretproviderclasspodstatuses secrets-store.csi.x-k8s.io/v1 true SecretProviderClassPodStatus |
I've used a temporary solution of disabling the Helm install hook, so my installation does not wait for the install hook to pass first. This means I have the failing Job + Pod for upgrade-crds still, but I dont care because I have all the actual secrets-store-csi-river DaemonSet pods so I have what I need. Will leave this issue open as the crds-upgrade pod should still be working. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
What steps did you take and what happened:
Tried to install secrets-store-csi-driver Helm chart.
1st pod I see being deployed is
secrets-store-csi-driver-upgrade-crds-zkdc2
with acrds-upgrade
container.The
crds-upgrade
container instantly fails with the following error:What did you expect to happen:
I expect the installation to happen with no issues (mainly for the crds-upgrade pod to be able to pull the relevant data and continue its process).
Anything else you would like to add:
I'm not actually sure where this
crds-upgrade
pod is coming from, as the Helm chart does not show any Deployment or even a Pod yaml for it, but I'm sure it's for this installation as it refreshes whenever I try to re-install and the error message fits.Which provider are you using:
AWS, but this is installing the base package, not AWS's additional package to interact with Secrets Manager
Environment:
kubectl version
): v1.30.3-eks-2f46c53The text was updated successfully, but these errors were encountered: