Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make google-auth an optional dependency #2249

Open
cc-jj opened this issue Jun 18, 2024 · 0 comments
Open

Make google-auth an optional dependency #2249

cc-jj opened this issue Jun 18, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@cc-jj
Copy link

cc-jj commented Jun 18, 2024

What is the feature and why do you need it:

google-auth is a required dependency which seems to only be used for kubernetes running on GCP.

Describe the solution you'd like to see:

When installing kubernetes (pip install -U kubernetes), google-auth does not get installed.

However, google-auth can be installed as an optional dependency: pip install -U kubernetes[gcp]

@cc-jj cc-jj added the kind/feature Categorizes issue or PR as related to a new feature. label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant