Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.
This repository was archived by the owner on May 31, 2024. It is now read-only.

Create kubernetes cluster - step now produces error #25

Description

@dave-007

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions