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 Mar 13, 2022. It is now read-only.
Using latest pre-release version kubernetes-11.0.0b2 with Python 3.6.5 on Windows 10 against an Azuze Kubernetes Service cluster, configured using Azure AD for authentication:
I receive the error:
Traceback (most recent call last):
File "check_neptune2.py", line 4, in <module>
config.load_kube_config()
File "C:\programs\Python36\lib\site-packages\kubernetes\config\kube_config.py", line 667, in load_kube_config
loader.load_and_set(config)
File "C:\programs\Python36\lib\site-packages\kubernetes\config\kube_config.py", line 474, in load_and_set
self._load_authentication()
File "C:\programs\Python36\lib\site-packages\kubernetes\config\kube_config.py", line 205, in _load_authentication
if self._load_auth_provider_token():
File "C:\programs\Python36\lib\site-packages\kubernetes\config\kube_config.py", line 222, in _load_auth_provider_token
return self._load_azure_token(provider)
File "C:\programs\Python36\lib\site-packages\kubernetes\config\kube_config.py", line 241, in _load_azure_token
self._refresh_azure_token(provider['config'])
File "C:\programs\Python36\lib\site-packages\kubernetes\config\kube_config.py", line 256, in _refresh_azure_token
apiserver_id = config.get(
AttributeError: 'ConfigNode' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
Using latest pre-release version
kubernetes-11.0.0b2
withPython 3.6.5
onWindows 10
against an Azuze Kubernetes Service cluster, configured using Azure AD for authentication:I receive the error:
The text was updated successfully, but these errors were encountered: