You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to run cert-manager-csi with cert-manager v0.14.3 on OpenShift 4.4.1.
When attempting to deploy the cert-manager-csi/deploy/example/example-app.yaml, I get the following error message in the Pod status
Warning FailedMount 3s (x7 over 36s) kubelet, worker1.cdj-ocp441a.cp.fyre.ibm.com MountVolume.SetUp failed for volume "tls" : kubernetes.io/csi: mounter.SetupAt failed: rpc error: code = Unknown desc = failed to create new certificate: certificaterequests.cert-manager.io "csi-8b7360bf145d2c9b73d6aa33d309c2c4bfdb15e32a6211d06437b83c4dca4e5a" is forbidden: cannot set blockOwnerDeletion in this case because cannot find RESTMapping for APIVersion core/v1 Kind Pod: no matches for kind "Pod" in version "core/v1"
To recreate on OpenShift 4.1.1:
Create the following resources to allow the pod to mount a csi volume:
I'm attempting to run
cert-manager-csi
with cert-manager v0.14.3 on OpenShift 4.4.1.When attempting to deploy the
cert-manager-csi/deploy/example/example-app.yaml
, I get the following error message in the Pod statusTo recreate on OpenShift 4.1.1:
kubectl apply -f deploy/example/example-app.yaml
Result: The Pod fails to start with the fore-mentioned error.
The text was updated successfully, but these errors were encountered: