Replies: 1 comment 25 replies
-
What version of Strimzi you use? I haven't seen this annotation anywhere and I'm not aware of any issues with Kubernetes 1.21 or newer. |
Beta Was this translation helpful? Give feedback.
25 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After our K8s environment was upgraded to 1.21, we saw annotations like the following appear:
annotations.authentication.k8s.io/stale-token
subject: system:serviceaccount:eventbus:my-cluster-entity-operator, seconds after warning threshold: 3989
This is due to changes in token expiry in K8s 1.21 as described here:
https://docs.aws.amazon.com/eks/latest/userguide/troubleshooting.html#troubleshooting-boundservicetoken
It would appear that there is 90d grace period, after which tokens will be rejected.
It looks like the entity-operator needs to use a later client SDK version, or is there a workaround?
Beta Was this translation helpful? Give feedback.
All reactions