airshipctl/manifests/function/k8scontrol-capd/cluster.yaml
Rishabh Kumar Jain 012a4f27de change target cluster name (capd)
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
2020-11-02 20:14:40 +00:00

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"