Does whereabouts:v0.8.0 supports renewal of k8s service token ? #555
Unanswered
bruno-jung
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello ?
I am using ghcr.io/k8snetworkplumbingwg/whereabouts:v0.8.0 under the AWS EKS.
I found k8s service access token stored in whereabout pods is automatically refreshed as below.
core@SMF-Bastion:~$ kubectl exec -it -n kube-system whereabouts-mmhjb -- /bin/sh
/ # cd /var/run/secrets/kubernetes.io/serviceaccount/..data
/run/secrets/kubernetes.io/serviceaccount/..2025_02_04_04_59_23.1508446205 # ls -al token
-rw-r--r-- 1 root root 1232 Feb 4 04:59 token
/run/secrets/kubernetes.io/serviceaccount/..2025_02_04_04_59_23.1508446205 # date
Tue Feb 4 05:27:49 UTC 2025
/run/secrets/kubernetes.io/serviceaccount/..2025_02_04_04_59_23.1508446205 #
Does whereabout:v0.8.0 use automatically refreshed token when pod access k8s api server with access token ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions