How to create aws-ebs-csi-driver addon? #406
-
I created AWS EBS CSI Driver addon with eks_blueprints_addons by Terraform:
I can confirm it created a ebs driver in the kube-system namespace.
It seems using an assume role created by EKS module.
But if I do with eksctl, it works:
|
Beta Was this translation helpful? Give feedback.
Answered by
seikyo-cho-lvgs
Jul 16, 2024
Replies: 1 comment
-
The second time I created the full stack, it works with this way:
The reason was I didn't delete the old storageclass I created without an The example is correct: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
seikyo-cho-lvgs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The second time I created the full stack, it works with this way: