python
python copied to clipboard
load_kube_config() got an unexpected key word argument 'kube_config_path'
When using load_config() and "kube_config_path" in kwargs: https://github.com/kubernetes-client/python/blob/16935036252be0fdf164f8ce624bd71eb8d35e89/kubernetes/base/config/init.py#L24 load_config(kube_config_path="/")
Received this error: load_kube_config() got an unexpected key word argument 'kube_config_path'.
because: