Closed
Description
I have been getting following error whenever I am running config.load_kube_config()
/usr/lib/python3.6/site-packages/kubernetes/config/kube_config.py:480:
YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
config_dict=yaml.load(f),
/usr/lib/python3.6/site-packages/kubernetes/config/kube_config.py:480: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
config_dict=yaml.load(f),`
Metadata
Metadata
Assignees
Labels
No labels