-
Notifications
You must be signed in to change notification settings - Fork 981
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 list *v1.ConfigMap: configmaps is forbidden #5383
Comments
If I understand your question correctly, you are saying that you are failing on upgrade to v0.33.x due to the lack of ConfigMap permissions? You shouldn't need ConfigMap permissions starting in v0.33.x since the log config should get mounted as a volume into the container. Can you share the deployment that is being deployed to your cluster so we can confirm how the Deployment is grabbing the logging configuration that you specified? |
same for me, upgrade from 0.29 to 0.33.1, deployment via helm
|
@yevgeniyo Just looking over the logs that you shared, those looks like errors in startup of the |
@noamgreen @yevgeniyo seems like there's a mismatch in the image tag in the helm charts... @jonathan-innis probably need to update this values? |
How are you downloading the chart? Are you pulling it from the OCI artifact store or are you using the code source? There's a similar comment here: #5410 (comment). This is something that we are definitely aware of and need to fix; for now, our recommendation is to use the OCI store as the source-of-truth for pulling the chart, not the git repo. |
This issue is now being tracked here: #5415 |
This issue has been inactive for 14 days. StaleBot will close this stale issue after 14 more days of inactivity. |
same issues .... |
Description
** READ BEFORE CONTINUING: If your issue is not specific to AWS, please cut a ticket in kubernetes-sigs/karpenter.
Upgrade from X.32 to X.33.1 i see an error i think in the role
"failed to list *v1.ConfigMap: configmaps is forbidden"
i try to move to kube-system namespace and i start getting this error
Versions:
kubectl version
): v1.26.11-eks-8cb36c9side note ** i am not sure why you note push the helm chart version the code is in 0.33 and the chart in 0.32
in any case i try to go back yo 0.32
The text was updated successfully, but these errors were encountered: