-
Notifications
You must be signed in to change notification settings - Fork 480
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
Kong unable to fetch JWT credentials #1055
Comments
It looks like you upgraded from an older version, did you update your CRDs? Though we don't have a full understanding of why it happens, we have previously seen this issue where the controller becomes unable to fetch resources when using an outdated set of CRDs. |
I have my CRDs upto date, I rechecked it again and yeah it is |
I'm using the controller-gen.kubebuilder.io/version: v0.13.0 |
Hi everyone, our team is also experiencing this issue after upgrading from KIC
We've also verified that the Ingress controller's Service Account has enough permissions to fetch k8s Secrets in any namespace. This is a long shot. Could this be related to the new way the Service Account token is now mounted with a projected volume? I'm thinking maybe the k8s client is not getting initialized with the proper SA token. Cross-referencing Kong/kubernetes-ingress-controller#5784 and Kong/kubernetes-ingress-controller#5710 as they seem related. |
For the Versions
Deployed Using helm Charts
The credentials are simultaneously created while the kong is deployed.
I am not facing this error for Version 2.10.5 but any version above that from 2.11.0 I am facing this issue
The text was updated successfully, but these errors were encountered: