jinnovation / kele.el

🥤 Spritzy Kubernetes cluster management for Emacs
https://jonathanj.in/kele.el/
Apache License 2.0
77 stars 4 forks source link

`kele-get` fails to get resource not in current default namespace(?) #222

Open jinnovation opened 3 months ago

jinnovation commented 3 months ago

With default namespace set to kube-system, M-x kele-get RET pods RET kube-proxy RET returns the resource successfully. However, M-x kele-get RET pods RET fake-job RET does not:

Kele failed in querying the Kubernetes API

Pointedly, fake-job-whatever lives in default namespace.