apiVersion: kops.k8s.io/v1alpha2 kind: Cluster metadata: creationTimestamp: "2016-12-12T04:13:14Z" name: privatedns2.example.com spec: kubernetesApiAccess: - 0.0.0.0/0 channel: stable cloudProvider: aws configBase: memfs://clusters.example.com/privatedns2.example.com dnsZone: private.example.com 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.26.0 masterPublicName: api.privatedns2.example.com networkCIDR: 172.20.0.0/16 networkID: vpc-12345678 networking: cni: {} nonMasqueradeCIDR: 100.64.0.0/10 sshAccess: - 0.0.0.0/0 topology: dns: type: Private subnets: - cidr: 172.20.32.0/19 name: us-test-1a type: Private zone: us-test-1a - cidr: 172.20.4.0/22 name: utility-us-test-1a type: Utility zone: us-test-1a --- apiVersion: kops.k8s.io/v1alpha2 kind: InstanceGroup metadata: creationTimestamp: "2016-12-12T04:13:15Z" name: master-us-test-1a labels: kops.k8s.io/cluster: privatedns2.example.com spec: associatePublicIp: true image: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20220404 machineType: m3.medium maxSize: 1 minSize: 1 role: Master subnets: - us-test-1a --- apiVersion: kops.k8s.io/v1alpha2 kind: InstanceGroup metadata: creationTimestamp: "2016-12-12T04:13:15Z" name: nodes labels: kops.k8s.io/cluster: privatedns2.example.com spec: associatePublicIp: true image: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20220404 machineType: t2.medium maxSize: 2 minSize: 2 role: Node subnets: - us-test-1a --- apiVersion: kops.k8s.io/v1alpha2 kind: InstanceGroup metadata: creationTimestamp: "2016-12-14T15:32:41Z" name: bastion labels: kops.k8s.io/cluster: privatedns2.example.com spec: associatePublicIp: true image: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20220404 machineType: t2.micro maxSize: 1 minSize: 1 role: Bastion subnets: - utility-us-test-1a