Skip to content

Instantly share code, notes, and snippets.

@dmilan77
Last active August 12, 2019 12:03
Show Gist options
  • Save dmilan77/3b295cb5704a8bf5bed3be640e8e4ae7 to your computer and use it in GitHub Desktop.
Save dmilan77/3b295cb5704a8bf5bed3be640e8e4ae7 to your computer and use it in GitHub Desktop.
1__RBAC_EKS

Create a Cluster

eksctl create cluster --region=us-east-1 --node-type=t2.medium --tags environment=testing --ssh-access  --ssh-public-key=mdasadmin-key-01 --region=us-east-1 --zones=us-east-1a,us-east-1b,us-east-1c
kubectl get configmap --all-namespaces
kubectl edit cm/aws-auth -n kube-system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment