Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix support for non-default kubelet root directory (#330)
It turns out that the container-local path also needs to be updated to match what the path is on the host. Intuitively it seemed that updating the container-local path would have broken assumptions in the provider, but *counter-intuitively* it turns out that the mismatch between container and host path strings breaks the CSI driver stack. The breakage presents as the upstream CSI driver (not the AWS provider) being unable to mount the secrets volumes in pods.
- Loading branch information
ab548b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi - this is exactly what I need for my Microk8s secret. When will a Release be cut?
ab548b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be clear - this was also an issue with the Azure Secrets Provider as per: Azure/secrets-store-csi-driver-provider-azure#521
Please please please can we bake a Release. I can't seem to use the SHA in my Flux and creating a Post Render Patch doesn't seem to work. So annoying