apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 kind: KubeadmConfigTemplate metadata: creationTimestamp: null name: snow-test-md-0-1 namespace: eksa-system spec: template: metadata: {} spec: clusterConfiguration: apiServer: {} bottlerocketAdmin: {} bottlerocketBootstrap: {} bottlerocketControl: {} controllerManager: {} dns: {} etcd: {} networking: {} pause: {} proxy: {} registryMirror: {} scheduler: {} format: bottlerocket joinConfiguration: bottlerocketAdmin: imageRepository: public.ecr.aws/eks-anywhere/bottlerocket-admin imageTag: 0.0.1 bottlerocketBootstrap: imageRepository: public.ecr.aws/eks-anywhere/bottlerocket-bootstrap imageTag: 0.0.1 bottlerocketControl: imageRepository: public.ecr.aws/eks-anywhere/bottlerocket-control imageTag: 0.0.1 bottlerocketCustomBootstrapContainers: - essential: false imageRepository: public.ecr.aws/l0g8r8j6/bottlerocket-bootstrap-snow imageTag: v1-20-22-eks-a-v0.0.0-dev-build.4984 mode: always name: bottlerocket-bootstrap-snow discovery: {} nodeRegistration: kubeletExtraArgs: provider-id: aws-snow:////'{{ ds.meta_data.instance_id }}' pause: imageRepository: public.ecr.aws/eks-distro/kubernetes/pause imageTag: 0.0.1 proxy: {} registryMirror: {} --- apiVersion: cluster.x-k8s.io/v1beta1 kind: MachineDeployment metadata: creationTimestamp: null labels: cluster.anywhere.eks.amazonaws.com/cluster-name: snow-test cluster.anywhere.eks.amazonaws.com/cluster-namespace: test-namespace cluster.x-k8s.io/cluster-name: snow-test name: snow-test-md-0 namespace: eksa-system spec: clusterName: snow-test replicas: 3 selector: {} template: metadata: labels: cluster.x-k8s.io/cluster-name: snow-test spec: bootstrap: configRef: apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 kind: KubeadmConfigTemplate name: snow-test-md-0-1 clusterName: snow-test infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: AWSSnowMachineTemplate name: snow-test-md-0-1 version: v1.21.5-eks-1-21-9 status: availableReplicas: 0 readyReplicas: 0 replicas: 0 unavailableReplicas: 0 updatedReplicas: 0 --- apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: AWSSnowMachineTemplate metadata: creationTimestamp: null name: snow-test-md-0-1 namespace: eksa-system spec: template: spec: ami: id: eks-d-v1-21-5-ubuntu-ami-02833ca9a8f29c2ea cloudInit: insecureSkipSecretsManager: true devices: - 1.2.3.4 - 1.2.3.5 iamInstanceProfile: control-plane.cluster-api-provider-aws.sigs.k8s.io imageLookupBaseOS: bottlerocket instanceType: sbe-c.xlarge network: directNetworkInterfaces: - dhcp: true index: 1 primary: true osFamily: bottlerocket physicalNetworkConnectorType: SFP_PLUS sshKeyName: default ---