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
Based on the following comment, the issue seems to be related to prometheus-adapter, but looks like the fix is also possible by updating client-go dependency version.
###Expected outcome
The pods should start properly
###Additional Context:
Faced the same issue with RMQ operator, ALB ingress controller, and seems that the solution is to update the version of the client-go dependency, like here
Hi @RomanOrlovskiy, we already bumped the client-go version to v0.27.3 on master. Can you try the RC version if you're not experiencing this issue on your prod environment? We may consider having a patch release if you cannot use the RC version.
What happened?
Crossplane init pods
universal-crossplane-init
are in a CrashLopp with the following error in logs after upgrading EKS to version 1.27:Based on the following comment, the issue seems to be related to prometheus-adapter, but looks like the fix is also possible by updating client-go dependency version.
How can we reproduce it?
EKS version: 1.27
Crossplane helm chart version: 1.12.2-up.2
prometheus-adapter helm chart version: 4.2.0
Helm values don't contain anything specific:
###Expected outcome
The pods should start properly
###Additional Context:
Faced the same issue with RMQ operator, ALB ingress controller, and seems that the solution is to update the version of the
client-go
dependency, like hereAdditional issues:
kubernetes-sigs/aws-load-balancer-controller#3214
kubernetes/kubernetes#116603
elastic/cloud-on-k8s#6848
The text was updated successfully, but these errors were encountered: