Replies: 2 comments 2 replies
-
Did you follow the documentation here for enabling AKV provider for Secrets Store CSI Driver in openshift? |
Beta Was this translation helpful? Give feedback.
-
TL;DR: Upgrade to OpenShift 4.13 if you can. If not, keep reading. I ran into the same issue. In my case I was creating the pod manually to test, as per the Azure documentation. What I noticed is that the pod created manually had the
Whereas the pod created from a Deployment had the
In OpenShift 4.12 (which is what I have right now), the You can add the
You can also add the I think the recommended solution is:
Alternatively, if you add the SCC to the
|
Beta Was this translation helpful? Give feedback.
-
Hello,
The following POD manifest works fine, it mounts the secret inside the POD:
But when I try to do the same using deployment:
I get the following error in the replicaset:
I'm not understanding what I'm doing wrong. Did I forget something during the install?
thx!
Beta Was this translation helpful? Give feedback.
All reactions