kube-ops-view
kube-ops-view copied to clipboard
GCP support for multiple clusters
The latest release is not able to query GCP clusters. Running something similar to the following command:
docker run -it --net=host -v ~/.kube:/kube hjacobs/kube-ops-view:0.12 --kubeconfig-path=/kube/config
results into as many lines as there are clusters like the following ones:
ERROR:kube_ops_view.update:Failed to query cluster yanzi-cluster-us (https://XX.YY.ZZ.OO): missing dependencies for GCP support (try pip install pykube-ng[gcp] (try 1, wait 8 seconds)
same issue here.
You can use the "kubectl proxy" trick instead similar to https://kube-web-view.readthedocs.io/en/latest/setup.html#local-usage
This works as advertised and the documentation mentions this usecase explicitly. Thanks for returning back to us and feel free to close this!