kubernetic icon indicating copy to clipboard operation
kubernetic copied to clipboard

Cannot watch Deployments even if command kubectl auth can-i watch says "yes"

Open christianarevalo opened this issue 6 years ago • 3 comments

I have the following issue with the client (Version 2.0.16 (2.0.16) MacOs).

Cannot watch Deployments at namespace web-dev-test-namespace

And all kubernetes watch commands works fine using CLI.

> kubectl auth can-i watch -n web-dev-test-namespace deployments
yes

I have this issue for the following resources:

  • Deployments
  • Jobs
  • Replica Sets
  • Daemon Sets & Stateful Sets (even if I don't have any as far as I know)
  • Ingresses

The other resources I am able to see them, i.e. pods, secrets, configmaps, claims, services, etc.

christianarevalo avatar Aug 27 '18 09:08 christianarevalo

With the new version 2.1.0. There's no error message but I still cannot see any k8s ressources listed above.

christianarevalo avatar Sep 12 '18 07:09 christianarevalo

Hi @christianarevalo, thanks for the update. The issue is not resolved yet, it will be reviewed for next release

dkapanidis avatar Sep 12 '18 08:09 dkapanidis

Same issue for us. Any plan for the next release date ?

mfilotto avatar Mar 19 '19 04:03 mfilotto