-
Notifications
You must be signed in to change notification settings - Fork 565
Description
In a new minikube instance (1.10.1), I installed the crd's and that works. but applying the olm manifest is hanging:
[kfox@zathras ~]$ kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/$OLMVER/olm.yaml
customresourcedefinition.apiextensions.k8s.io/catalogsources.operators.coreos.com configured
Tried to download it and apply it locally. same effect. Blew away minikube, started a fresh one, and same problem.
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean", BuildDate:"2020-04-16T11:56:40Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean", BuildDate:"2020-04-16T11:48:36Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}