Open infinitydon opened 1 month ago
The adapted version we tested is Kubernetes version 1.22 and above. As you said, there may be omissions for 1.21.
@ty-dc - Let me clarify what I am asking about, what I want to confirm is if spiderpool is implementing the best practices for managing service account token expirations introduced in Kubernetes 1.21 and above? Specifically, how are you handling the hourly token renewal requirement?
You can also check https://github.com/k8snetworkplumbingwg/whereabouts/issues/459 as an example of how it is affecting whereabouts
The spiderpool certificate is stored in the spiderpool-controller-server-certs secret of the installed account, automatically generated by helm, and is valid for 200 years. spiderpool does not have best practices for managing service account token expiration, If you need this, you can use the cert manager method in the chart to manage it.
What help do you need?
Hi,
I want to confirm if spiderpool takes care of token generation as per the new guideline from k8s 1.21 as per below: