-
Notifications
You must be signed in to change notification settings - Fork 173
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
Warning while loading Kube-shell #83
Comments
@ningblue , Thanks for looking into this. We might need to accept a parameter (a switch) to suppress these warnings. Something like What do you think? |
Can we please have this warning just disabled by default in kube-shell? yaml.warnings({'YAMLLoadWarning': False}) |
To resolve the warning messages, you can modify the code to specify the Loader parameter with the FullLoader implementation while calling the yaml.load() and yaml.load_all() functions. in kubernetes/config/kube_config.py file, and in kubeshell/kubeshell.py file, The location of the kubernetes/config and kubeshell/ directory depends on how you installed the Kubernetes client library. If you installed the library using pip, the directory is typically located in the site-packages directory of your Python installation. To find the location, you can use the following command in a terminal:
To Change:
Note: Change the location with yours. |
On load of kube-shell, Seeing below WARING message. Is there any way to supress this?
The text was updated successfully, but these errors were encountered: