Open jamesATtelus opened 3 years ago
@jamesATtelus can you confirm this is still an issue with v2.4.0?
v2.4.0 is not yet available in OperatorHub.
I create k8s cluster with minikube and the same error happened. I resolve the problem by following
mkdir -p /tmp/k8s-webhook-server/serving-certs/
cp /home/ubuntu/.minikube/profiles/minikube/apiserver.crt /tmp/k8s-webhook-server/serving-certs/tls.crt
cp /home/ubuntu/.minikube/profiles/minikube/apiserver.key /tmp/k8s-webhook-server/serving-certs/tls.key
Maybe u can try in ur development env
I'm still not able to reproduce this. Would either of you mind verifying that this is still an issue?
Trying to install the latest operator from OperatorHub, but the operator pod kept restarting after the following message is showed:
Operator version: v2.3.0 Kubernetes: Openshift 4.6.21
Any help will be appreciated!