updated eksctl_cluster.sh

pull/2/head
Hari Sekhon 4 years ago
parent 22948096bd
commit 224da3d7f5

@ -33,6 +33,10 @@ help_usage "$@"
#min_args 1 "$@"
"$srcdir/install_eksctl.sh"
echo
timestamp "Creating AWS EKS cluster via eksctl"
eksctl create cluster --name mycluster \
--version 1.16 \
--region us-east-1 \

Loading…
Cancel
Save