You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
I followed the Readme introducing for generating the report for GKE, but got this problem when running this command: python3 -m kube_resource_report output/
I got this problem:
pykube/http.py", line 103, in send
raise ImportError("missing dependencies for GCP support (try pip install pykube-ng[gcp]")
ImportError: missing dependencies for GCP support (try pip install pykube-ng[gcp]```
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I followed the Readme introducing for generating the report for GKE, but got this problem when running this command:
python3 -m kube_resource_report output/
I got this problem:
The text was updated successfully, but these errors were encountered: