apiVersion: anywhere.eks.amazonaws.com/v1alpha1 kind: BadCluster metadata: name: eksa-unit-test spec: controlPlaneConfiguration: count: 3 endpoint: host: test-ip machineGroupRef: name: eksa-unit-test kind: BadVSphereMachineConfig kubernetesVersion: "1.19" workerNodeGroupConfigurations: - count: 3 machineGroupRef: name: eksa-unit-test kind: BadVSphereMachineConfig datacenterRef: kind: BadVSphereDatacenterConfig name: eksa-unit-test clusterNetwork: cni: "cilium" pods: cidrBlocks: - 192.168.0.0/16 services: cidrBlocks: - 10.96.0.0/12 --- apiVersion: anywhere.eks.amazonaws.com/v1alpha1 kind: BadVSphereMachineConfig metadata: name: eksa-unit-test spec: diskGiB: 25 datacenter: "myDatacenter" datastore: "myDatastore" memoryMiB: 8192 numCPUs: 2 osFamily: "ubuntu" resourcePool: "myResourcePool" storagePolicyName: "myStoragePolicyName" template: "myTemplate" users: - name: "mySshUsername" sshAuthorizedKeys: - "mySshAuthorizedKey" --- apiVersion: anywhere.eks.amazonaws.com/v1alpha1 kind: BadVSphereDatacenterConfig metadata: name: eksa-unit-test spec: folder: "myFolder" network: "myNetwork" server: "myServer" thumbprint: "myTlsThumbprint" insecure: false