water-hole / ansible-operator

POC Code for the operator backed by ansible
48 stars 29 forks source link

Update ansible operator to pick up status management #69

Closed dymurray closed 5 years ago

dymurray commented 5 years ago

CI is broken because we need Kube v1.11.0+ for the status enabled CRD work. There is a bug on minikube using minikube 0.26+ on a machine without systemd. We will have to move to a different solution like KinD moving forward but I think that should be addressed in a separate PR.

CI was broken due to: https://github.com/kubernetes/minikube/issues/2704. I instead moved Travis to use oc cluster up to get us v1.11 of Kube but I also left the minikube commands commented out in case we decide to move back.

dymurray commented 5 years ago

Unfortunately I don't think we can use minikube until that issue is resolved. I think we will need to move to KinD