apiVersion: kops.k8s.io/v1alpha2 kind: Cluster metadata: creationTimestamp: "2016-12-10T22:42:27Z" name: docker.example.com spec: kubernetesApiAccess: - 0.0.0.0/0 channel: stable cloudProvider: aws configBase: memfs://clusters.example.com/docker.example.com containerRuntime: docker docker: packages: urlAmd64: https://download.docker.com/linux/static/stable/x86_64/docker-20.10.1.tgz hashAmd64: "000000000000000000000000000000000000000000000000000000000000000a" urlArm64: https://download.docker.com/linux/static/stable/aarch64/docker-20.10.1.tgz hashArm64: "000000000000000000000000000000000000000000000000000000000000000b" etcdClusters: - etcdMembers: - instanceGroup: master-us-test-1a name: us-test-1a name: main - etcdMembers: - instanceGroup: master-us-test-1a name: us-test-1a name: events iam: {} kubelet: anonymousAuth: false kubernetesVersion: v1.21.0 masterInternalName: api.internal.docker.example.com masterPublicName: api.docker.example.com networkCIDR: 172.20.0.0/16 networking: cni: {} nonMasqueradeCIDR: 100.64.0.0/10 sshAccess: - 0.0.0.0/0 topology: masters: public nodes: public subnets: - cidr: 172.20.32.0/19 name: us-test-1a type: Public zone: us-test-1a --- apiVersion: kops.k8s.io/v1alpha2 kind: InstanceGroup metadata: creationTimestamp: "2016-12-10T22:42:28Z" name: nodes labels: kops.k8s.io/cluster: docker.example.com spec: associatePublicIp: true image: kope.io/k8s-1.14-debian-stretch-amd64-hvm-ebs-2019-08-16 machineType: t2.medium maxSize: 2 minSize: 2 role: Node subnets: - us-test-1a --- apiVersion: kops.k8s.io/v1alpha2 kind: InstanceGroup metadata: creationTimestamp: "2016-12-10T22:42:28Z" name: master-us-test-1a labels: kops.k8s.io/cluster: docker.example.com spec: associatePublicIp: true image: kope.io/k8s-1.14-debian-stretch-amd64-hvm-ebs-2019-08-16 machineType: m3.medium maxSize: 1 minSize: 1 role: Master subnets: - us-test-1a