Closed adegoodyer closed 9 months ago
Can you confirm that csi-secrets-store-provider-aws
and secrets-store-csi-driver
can tolerate your new node taint (sonarqube: "true")
Were you able to resolve the issue?
Closing, please open a new issue if this is still a problem.
For context I'm deploying Sonarqube which requires it's own node as it's resource heavy. That StatefulSet manifest is pretty large so I've stripped out the essential parts into a simple pod manifest that I've used to test with and to demonstrate the issue here.
When I add the nodeSelector and tolerations the secret is no longer able to be retrieved and the Secret isn't created in the cluster..
Log outputs from relevant pods (deployed on same node)..
If I comment out the nodeSelector and toleration (free to deploy onto any node) then all works fine and as expected.
Some additional context..
Anyone have any ideas of what might be causing this and how to fix?