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
Hi team,
We are using Python, java, Go Kubernetes client in our microservices. Recently we have some token expiration issue for some deployment running for more than 1 years.
This is because K8s had some change for service account token renew
Since k8s 1.21, service account tokens have an lifespan of one hour (short-lived & rotation). The token expiration is 365 days actually.
I am wondering for GO client code in the below. Is there any token reloading?
Hi team,
We are using Python, java, Go Kubernetes client in our microservices. Recently we have some token expiration issue for some deployment running for more than 1 years.
Calico issue: projectcalico/calico#5910
Java-client issue: fabric8io/kubernetes-client#4264
This is because K8s had some change for service account token renew
Since k8s 1.21, service account tokens have an lifespan of one hour (short-lived & rotation). The token expiration is 365 days actually.
I am wondering for GO client code in the below. Is there any token reloading?
client-go/rest/config.go
Line 511 in 9e63bf0
The text was updated successfully, but these errors were encountered: