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 ```
Is there a more current version of this workshop code? This uses K8s 1.10, unsupported?