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
f814365 seems to have broken the provider. If I revert the change in the daemonset, my secrets mount just fine, but with the path set to /var/run/secrets-store-csi-providers. I get a timeout when the pod is attempting to mount the volume with the secret.
The only log generated with this issue is:
MountVolume.SetUp failed for volume "secrets-store-inline" : rpc error: code = DeadlineExceeded desc = context deadline exceeded
There is no other log entry generated related to this including in the daemonset pods.
I'm guessing this is a filesystem permissions problem? Help would be appreciated! I like to stay current, but I have to have this reverted for my secrets to mount for now.
I am keeping this current with fluxcd pointing to this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
f814365 seems to have broken the provider. If I revert the change in the daemonset, my secrets mount just fine, but with the path set to /var/run/secrets-store-csi-providers. I get a timeout when the pod is attempting to mount the volume with the secret.
The only log generated with this issue is:
MountVolume.SetUp failed for volume "secrets-store-inline" : rpc error: code = DeadlineExceeded desc = context deadline exceeded
There is no other log entry generated related to this including in the daemonset pods.
I'm guessing this is a filesystem permissions problem? Help would be appreciated! I like to stay current, but I have to have this reverted for my secrets to mount for now.
I am keeping this current with fluxcd pointing to this:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
Beta Was this translation helpful? Give feedback.
All reactions