Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
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
nameconfigure-csi-driver.sh
script to:

  • Configure the node affinity rules of the ebs-csi-node DaemonSet to not run on x-compute nodes

  • Install and configure the exo-ebs-csi-node DaemonSet to run on x-compute nodes

Info

If you are using a Mac, please install gnu-sed and replace sed with gsed in the above script.

Code Block
brew install gnu-sed

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.

...