kube-ops-view icon indicating copy to clipboard operation
kube-ops-view copied to clipboard

GCP support for multiple clusters

Open efrecon opened this issue 6 years ago • 3 comments

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)

efrecon avatar Sep 05 '19 14:09 efrecon

same issue here.

robeferre-leroy avatar Nov 13 '19 18:11 robeferre-leroy

You can use the "kubectl proxy" trick instead similar to https://kube-web-view.readthedocs.io/en/latest/setup.html#local-usage

hjacobs avatar Dec 03 '19 04:12 hjacobs

This works as advertised and the documentation mentions this usecase explicitly. Thanks for returning back to us and feel free to close this!

efrecon avatar Dec 10 '19 08:12 efrecon