harbur / kubernetic

Kubernetic - Supercharge your Kubernetes clusters
https://kubernetic.com
276 stars 26 forks source link

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

Open christianarevalo opened 6 years ago

christianarevalo commented 6 years ago

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:

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

christianarevalo commented 6 years ago

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

dkapanidis commented 6 years ago

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

mfilotto commented 5 years ago

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