awslabs / aws-devops-essential

In few hours, quickly learn how to effectively leverage various AWS services to improve developer productivity and reduce the overall time to market for new product capabilities.
Apache License 2.0
714 stars 501 forks source link

Create kubernetes cluster - step now produces error #25

Open dave-007 opened 5 years ago

dave-007 commented 5 years ago

Is there a more current version of this workshop code? This uses K8s 1.10, unsupported?

aws eks create-cluster \
>   --name k8s-workshop \
>   --role-arn $EKS_SERVICE_ROLE \
>   --resources-vpc-config subnetIds=${EKS_SUBNET_IDS},securityGroupIds=${EKS_SECURITY_GROUPS} \
>   --kubernetes-version 1.10

An error occurred (InvalidParameterException) when calling the CreateCluster operation: unsupported Kubernetes version
hetul99 commented 3 years ago

Any solution to this?