mnubo / kubernetes-py

A python module for Kubernetes.
Apache License 2.0
123 stars 46 forks source link

Fixed using the unsafe YAML loader by default #147

Closed jgentil closed 5 years ago

jgentil commented 5 years ago

This prevents exploits by using execution code in yaml. Shouldn't really need that in your k8s configs I'd imagine! In any case, it also prevents a warning from being issued every time it's used, which was dramatically affecting the powerline-kubernetes plugin.

sebastienc commented 5 years ago

I've released the version 1.10.7.4 with these changes in it.