-
Notifications
You must be signed in to change notification settings - Fork 216
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
Failed to watch *v1.NodeClaim: failed to list *v1.NodeClaim: request to convert CR from an invalid group/version: karpenter.sh/v1beta1 #1886
Comments
Did you ensure all stored versions of Karpenter's CRs were migrated to /triage needs-information |
Yes it was migrated to v1.1.0, but the error says failed to list *v1.NodeClaim: request to convert CR from an invalid group/version: karpenter.sh/v1beta1
done ["v1"] ["v1"] ["v1"] |
What version of Karpenter did you migrate from to |
it was from 0.36.0 to v1.1.0 |
Did you upgrade directly, or did you upgrade through |
I am also facing the same issue, I have upgraded from v1.0.0 to v1.1.0, |
@abhilashsupare did you follow all of the steps in the migration guide, particularly ensuring that all stored versions for CRs were migrated before upgrading? |
Yes it was migrated to v1.1.0, but the error says failed to list *v1.NodeClaim: request to convert CR from an invalid group/version: karpenter.sh/v1beta1 kubectl get crd ${crd} -ojsonpath="{.status.storedVersions}{'\n'}" ["v1"] ["v1"] ["v1"] |
yes it is migraded and pasted you the output |
@saikumarbommakanti I'm trying to understand what steps you took to migrate from v0.36.0 to v1.1.0. Did you upgrade directly, or did you upgrade to |
/assign jmdeal |
Description
Observed Behavior:
Failed to watch *v1.NodeClaim: failed to list *v1.NodeClaim: request to convert CR from an invalid group/version: karpenter.sh/v1beta1
Expected Behavior:
the karpenter helm chart was upgraded to v1.1.0 but seeing the above error
Reproduction Steps (Please include YAML):
Install the karpenter v1.1.0 on eks cluster and was not able to bring the kapenter pod up
Versions:
kubectl version
): v1.31.2 is the server versionThe text was updated successfully, but these errors were encountered: