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.
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.