istioworkshop / istio-workshop

Sources for the Istio workshop website
https://istioworkshop.github.io
8 stars 0 forks source link

Unsupported architecture for instance type t2.medium: i386 #4

Closed bzurkowski closed 3 years ago

bzurkowski commented 3 years ago
$ kops create cluster \
    --zones=us-east-1a \
    --master-count=1 \
    --node-count=2 \
    --node-size=t2.medium \
    --master-size=t2.medium \
    --networking=calico \
    ${NAME}
I0424 21:07:57.799003   77401 new_cluster.go:238] Inferred "aws" cloud provider from zone "us-east-1a"
I0424 21:07:57.799568   77401 new_cluster.go:962]  Cloud Provider ID = aws
I0424 21:07:59.282902   77401 subnets.go:180] Assigned CIDR 172.20.32.0/19 to subnet us-east-1a

unable to determine machine architecture for InstanceGroup "master-us-east-1a": unsupported architecture for instance type "t2.medium": i386
bzurkowski commented 3 years ago

After changing the instance type to comparable (by cost and performance) t3.medium, creates the cluster.