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
Describe the bug
Cannot connect to k8s cluster with error message:
could not write the token cache error: get-token: could not write the token cache: json encode error: write C:\Users\ms.kube\cache\oidc-login\bf9c25c4c80484990b52d02d273d9e8494af7188c62516c4770bcadc54b57035: The process cannot access the file because another process has locked a portion of the file.
Error: exit status 1
with subsequent E0923 13:17:08.140367 22908 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get "https://*******.com:6443/api?timeout=32s": getting credentials: exec: executable kubectl failed with exit code 1"
To Reproduce
Steps to reproduce the behavior:
Switching PCs I copied my k9s config, went through same install process:
choco install k9s
choco install kubernetes-cli
choco install kubelogin
open cmd in admin mode, run "kubectl get nodes"
Please note the same config/process works on my Laptop(Win10), but not no desktop (Win 11)
Historical Documents
Expected behavior
Connection to k8s cluster estabilished.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
OS: Windows 11 Home 23H2
K9s: 0.32.5
kubectl: 1.31.1
kubelogin: 1.30.0 (win amd64)
Additional context
Authentication went ok - keycloak.
The text was updated successfully, but these errors were encountered:
Describe the bug
Cannot connect to k8s cluster with error message:
could not write the token cache
error: get-token: could not write the token cache: json encode error: write C:\Users\ms.kube\cache\oidc-login\bf9c25c4c80484990b52d02d273d9e8494af7188c62516c4770bcadc54b57035: The process cannot access the file because another process has locked a portion of the file.
Error: exit status 1
with subsequent
E0923 13:17:08.140367 22908 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get "https://*******.com:6443/api?timeout=32s": getting credentials: exec: executable kubectl failed with exit code 1"
To Reproduce
Steps to reproduce the behavior:
Switching PCs I copied my k9s config, went through same install process:
Please note the same config/process works on my Laptop(Win10), but not no desktop (Win 11)
Historical Documents
Expected behavior
Connection to k8s cluster estabilished.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context
Authentication went ok - keycloak.
The text was updated successfully, but these errors were encountered: