-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I ran the sample code,
from kubeconfig import KubeConfig
conf = KubeConfig()
conf.set_context('new-context', cluster='other-cluster', user='my-user')
conf.use_context('new-context')
print(conf.view())
I got,
ImportError: cannot import name 'KubeConfig' from partially initialized module 'kubeconfig' (most likely due to a circular import)
Metadata
Metadata
Assignees
Labels
No labels