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

Fix kubernetes-py import #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rarguelloF
Copy link

As the project is using the kubernetes-py library -> https://github.com/zcmarine/powerkube/blob/master/setup.py#L3-L6, the import name is kubernetes_py instead of kubernetes.

Fixes #2

@hillna
Copy link

hillna commented Oct 24, 2019

👍 I had to make this change to get this to work with kubernetes-py 1.10.7.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

import kubernetes_py as kubernetes ???
2 participants