012a4f27de
Change target cluster name for capd provider from "dtc" to "target-cluster" target cluster name changed at below entrypoints: - manifests/function/k8scontrol-capd - manifests/function/workers-capd - manifests/site/docker-test-site Change-Id: I72adeaf80a0d098d18e4334b02511d9917fe77b2
27 lines
632 B
YAML
27 lines
632 B
YAML
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
|
|
kind: DockerCluster
|
|
metadata:
|
|
name: "target-cluster"
|
|
---
|
|
apiVersion: cluster.x-k8s.io/v1alpha3
|
|
kind: Cluster
|
|
metadata:
|
|
name: "target-cluster"
|
|
spec:
|
|
clusterNetwork:
|
|
pods:
|
|
cidrBlocks:
|
|
- 172.17.0.0/16
|
|
serviceDomain: cluster.local
|
|
services:
|
|
cidrBlocks:
|
|
- 10.0.0.0/24
|
|
infrastructureRef:
|
|
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
|
|
kind: DockerCluster
|
|
name: "target-cluster"
|
|
controlPlaneRef:
|
|
kind: KubeadmControlPlane
|
|
apiVersion: controlplane.cluster.x-k8s.io/v1alpha3
|
|
name: "target-cluster-control-plane"
|