diff --git a/manifests/function/k8scontrol-capd/cluster.yaml b/manifests/function/k8scontrol-capd/cluster.yaml index 90ab90827..e4c4b4d8a 100644 --- a/manifests/function/k8scontrol-capd/cluster.yaml +++ b/manifests/function/k8scontrol-capd/cluster.yaml @@ -1,12 +1,12 @@ apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 kind: DockerCluster metadata: - name: "dtc" + name: "target-cluster" --- apiVersion: cluster.x-k8s.io/v1alpha3 kind: Cluster metadata: - name: "dtc" + name: "target-cluster" spec: clusterNetwork: pods: @@ -19,8 +19,8 @@ spec: infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 kind: DockerCluster - name: "dtc" + name: "target-cluster" controlPlaneRef: kind: KubeadmControlPlane apiVersion: controlplane.cluster.x-k8s.io/v1alpha3 - name: "dtc-control-plane" + name: "target-cluster-control-plane" diff --git a/manifests/function/k8scontrol-capd/controlplane.yaml b/manifests/function/k8scontrol-capd/controlplane.yaml index 9cf8cdbad..a095ac80e 100644 --- a/manifests/function/k8scontrol-capd/controlplane.yaml +++ b/manifests/function/k8scontrol-capd/controlplane.yaml @@ -2,7 +2,7 @@ apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 kind: DockerMachineTemplate metadata: - name: "dtc-control-plane" + name: "target-cluster-control-plane" spec: template: spec: @@ -13,13 +13,13 @@ spec: kind: KubeadmControlPlane apiVersion: controlplane.cluster.x-k8s.io/v1alpha3 metadata: - name: "dtc-control-plane" + name: "target-cluster-control-plane" spec: replicas: ${ CONTROL_PLANE_MACHINE_COUNT } infrastructureTemplate: kind: DockerMachineTemplate apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 - name: "dtc-control-plane" + name: "target-cluster-control-plane" kubeadmConfigSpec: clusterConfiguration: apiServer: @@ -53,9 +53,9 @@ spec: apiVersion: cluster.x-k8s.io/v1alpha3 kind: MachineHealthCheck metadata: - name: "dtc-mhc-0" + name: "target-cluster-mhc-0" spec: - clusterName: "dtc" + clusterName: "target-cluster" maxUnhealthy: 100% selector: matchLabels: diff --git a/manifests/function/workers-capd/workers.yaml b/manifests/function/workers-capd/workers.yaml index 75208c68b..add9d5e37 100644 --- a/manifests/function/workers-capd/workers.yaml +++ b/manifests/function/workers-capd/workers.yaml @@ -2,7 +2,7 @@ apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 kind: DockerMachineTemplate metadata: - name: "dtc-md-0" + name: "target-cluster-md-0" spec: template: spec: @@ -13,7 +13,7 @@ spec: apiVersion: bootstrap.cluster.x-k8s.io/v1alpha3 kind: KubeadmConfigTemplate metadata: - name: "dtc-md-0" + name: "target-cluster-md-0" spec: template: spec: @@ -25,9 +25,9 @@ spec: apiVersion: cluster.x-k8s.io/v1alpha3 kind: MachineDeployment metadata: - name: "dtc-md-0" + name: "target-cluster-md-0" spec: - clusterName: "dtc" + clusterName: "target-cluster" replicas: ${ WORKER_MACHINE_COUNT } selector: matchLabels: @@ -36,14 +36,14 @@ spec: labels: "nodepool": "pool1" spec: - clusterName: "dtc" + clusterName: "target-cluster" version: "v1.18.6" bootstrap: configRef: - name: "dtc-md-0" + name: "target-cluster-md-0" apiVersion: bootstrap.cluster.x-k8s.io/v1alpha3 kind: KubeadmConfigTemplate infrastructureRef: - name: "dtc-md-0" + name: "target-cluster-md-0" apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 kind: DockerMachineTemplate diff --git a/manifests/site/docker-test-site/target/controlplane/kustomization.yaml b/manifests/site/docker-test-site/target/controlplane/kustomization.yaml index 0c93cb1ff..3ae6b1dfa 100644 --- a/manifests/site/docker-test-site/target/controlplane/kustomization.yaml +++ b/manifests/site/docker-test-site/target/controlplane/kustomization.yaml @@ -8,5 +8,5 @@ patchesJson6902: group: controlplane.cluster.x-k8s.io version: v1alpha3 kind: KubeadmControlPlane - name: "dtc-control-plane" + name: "target-cluster-control-plane" path: machine_count.json diff --git a/manifests/site/docker-test-site/target/workers/kustomization.yaml b/manifests/site/docker-test-site/target/workers/kustomization.yaml index 0df6be0cc..0e075770c 100644 --- a/manifests/site/docker-test-site/target/workers/kustomization.yaml +++ b/manifests/site/docker-test-site/target/workers/kustomization.yaml @@ -8,5 +8,5 @@ patchesJson6902: group: cluster.x-k8s.io version: v1alpha3 kind: MachineDeployment - name: "dtc-md-0" + name: "target-cluster-md-0" path: machine_count.json