kubernetic
kubernetic copied to clipboard
Cannot watch Deployments even if command kubectl auth can-i watch says "yes"
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.
With the new version 2.1.0. There's no error message but I still cannot see any k8s ressources listed above.
Hi @christianarevalo, thanks for the update. The issue is not resolved yet, it will be reviewed for next release
Same issue for us. Any plan for the next release date ?