Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect to provider aws #32

Closed
pmquang opened this issue Jul 2, 2021 · 2 comments
Closed

Can't connect to provider aws #32

pmquang opened this issue Jul 2, 2021 · 2 comments

Comments

@pmquang
Copy link

pmquang commented Jul 2, 2021

Hi, I'm using latest helm chart here https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/charts and met the errors:

error connecting to provider "aws": provider not found: provider "aws" 

when create a new SecretProviderClass could someone help check and take a look ?

@pmquang pmquang closed this as completed Jul 2, 2021
@sturman
Copy link

sturman commented Aug 27, 2021

Hi @pmquang
Could you please share how you resolved the issue?

@sturman
Copy link

sturman commented Aug 27, 2021

I've resolved the issue on my own.
So the problem was in tolerations.

Just needed add

    spec:
      tolerations:
        - key: jenkins-worker
          operator: Exists
          effect: NoSchedule

in csi-secrets-store-provider-aws daemonset so the pod csi-secrets-store-provider-aws is able to be scheduled on the node with taints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants