wiki:setup
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:setup [2023/03/01 11:12] – keistc | wiki:setup [2023/03/01 11:17] (current) – keistc | ||
---|---|---|---|
Line 116: | Line 116: | ||
eksctl utils associate-iam-oidc-provider --region=us-west-2 --cluster=dev-yellow --approve | eksctl utils associate-iam-oidc-provider --region=us-west-2 --cluster=dev-yellow --approve | ||
eksctl create iamserviceaccount --name ebs-csi-controller-sa --namespace kube-system --cluster NAME_OF_CLUSTER --attach-policy-arn arn: | eksctl create iamserviceaccount --name ebs-csi-controller-sa --namespace kube-system --cluster NAME_OF_CLUSTER --attach-policy-arn arn: | ||
- | Then we can add on the EBS CSI driver. | + | Then we can add on the EBS CSI driver.\\ |
+ | **NOTE:** To get the arn name for the role created above, login to the AWS console and go to the CloudFormation console. In the list of cloud stacks find the one named " | ||
eksctl create addon --name aws-ebs-csi-driver --cluster NAME_OF_CLUSTER --service-account-role-arn arn: | eksctl create addon --name aws-ebs-csi-driver --cluster NAME_OF_CLUSTER --service-account-role-arn arn: |
wiki/setup.1677697979.txt.gz · Last modified: 2023/03/01 11:12 by keistc