giantswarm / kvm-operator-node-controller

Manages Kubernetes nodes based on kvm-operator (host cluster) state.
Apache License 2.0
1 stars 1 forks source link

Check pod phase instead of Readiness #13

Closed r7vme closed 6 years ago

r7vme commented 6 years ago

We want to handle specific use cases (e.g. pod stuck in terminated or crashloopbackoff are both pod phases), so we need to check pod phase and not overall readiness.

tested in gorgoth

fixes https://github.com/giantswarm/kvm-operator-node-controller/issues/12