apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 kind: KubeadmConfigTemplate metadata: name: test-md-0-original namespace: eksa-system spec: template: spec: joinConfiguration: nodeRegistration: criSocket: /var/run/containerd/containerd.sock taints: [] kubeletExtraArgs: eviction-hard: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0% cgroup-driver: cgroupfs tls-cipher-suites: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 --- apiVersion: cluster.x-k8s.io/v1beta1 kind: MachineDeployment metadata: name: fluxTestCluster-md-0 namespace: eksa-system spec: clusterName: fluxTestCluster replicas: 0 selector: matchLabels: null template: spec: bootstrap: configRef: apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 kind: KubeadmConfigTemplate name: test-md-0-original namespace: eksa-system clusterName: fluxTestCluster infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: DockerMachineTemplate name: test-md-0-original namespace: eksa-system version: --- apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: DockerMachineTemplate metadata: name: test-md-0-original namespace: eksa-system spec: template: spec: extraMounts: - containerPath: /var/run/docker.sock hostPath: /var/run/docker.sock customImage: ---