--- apiVersion: cluster.x-k8s.io/v1alpha4 kind: Cluster metadata: name: "target-cluster" spec: clusterNetwork: services: cidrBlocks: ["10.96.0.0/12"] pods: cidrBlocks: ["192.168.0.0/16"] serviceDomain: "cluster.local" infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1alpha4 kind: DockerCluster name: "target-cluster" controlPlaneRef: kind: KubeadmControlPlane apiVersion: controlplane.cluster.x-k8s.io/v1alpha4 name: "target-cluster-control-plane" --- apiVersion: infrastructure.cluster.x-k8s.io/v1alpha4 kind: DockerCluster metadata: name: "target-cluster"