...
Code Block | ||
---|---|---|
| ||
eksctl update iamserviceaccount \ (ivan@isim-dev2.us-west-1.eksctl.io/default) --name aws-node \ --namespace kube-system \ --cluster poccluster \ --attach-policy-arn arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy \ --attach-policy-arn "${new_policy_arn}" \ --approve |
Amazon EBS CSI Driver
Download and run this
View file | ||
---|---|---|
|
Configure the node affinity rules of the
ebs-csi-node
DaemonSet to not run onx-compute
nodesInstall and configure the
exo-ebs-csi-node
DaemonSet to run onx-compute
nodes
Info | ||
---|---|---|
If you are using a Mac, please install
This script will restart the Amazon VPC CNI DaemonSet. |
Amazon EBS CSI Driver with Encryption
Info |
---|
OPTIONAL - This section is required only if you are using a custom KMS key for encrypting your Amazon EBS volumes. |
...