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
Keep output "Failed to watch /v1, Resource=namespaces ... " message in /tmp/k9s.ERROR file.
To Reproduce
Run the K9s cli:
tail -f /tmp/k9s.ERROR
Expected behavior
Should can watch and list /v1, Resource=namespaces, without output the corresponding error logs.
Versions (please complete the following information):
OS: Ubuntu 20.04.5 LTS
K9s: v0.29.1
K8s: v1.28.8
Additional context
zhudongc@master01:/tmp$ tail -f k9s.ERROR
E1123 17:31:52.783332 22803 reflector.go:147] k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch /v1, Resource=namespaces: failed to list /v1, Resource=namespaces: the server could not find the requested resource
E1123 17:31:59.150587 22803 reflector.go:147] k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch /v1, Resource=namespaces: failed to list /v1, Resource=namespaces: the server could not find the requested resource
E1123 17:32:37.238186 22803 reflector.go:147] k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch /v1, Resource=namespaces: failed to list /v1, Resource=namespaces: the server could not find the requested resource
^C
zhudongc@master01:/tmp$
zhudongc@master01:/tmp$ k get no
NAME STATUS ROLES AGE VERSION
master01 Ready control-plane 223d v1.28.8
node01 Ready <none> 223d v1.28.8
zhudongc@master01:/tmp$ k get ns
NAME STATUS AGE
default Active 223d
krm Active 192d
kube-node-lease Active 223d
kube-public Active 223d
kube-system Active 223d
The text was updated successfully, but these errors were encountered:
Describe the bug
Keep output "Failed to watch /v1, Resource=namespaces ... " message in /tmp/k9s.ERROR file.
To Reproduce
Run the K9s cli:
Expected behavior
Should can watch and list /v1, Resource=namespaces, without output the corresponding error logs.
Versions (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: