Add 3 nodes control plane composite

Relates-To: #150

Change-Id: I90b810606980eb0fa33b92f835107e7dd0aed1f3
This commit is contained in:
Nikolay Fedorov 2020-04-09 22:21:31 +04:00
parent 87735984cd
commit 17f2575421
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../function/k8scontrol
patchesStrategicMerge:
- replicas.yaml

View File

@ -0,0 +1,6 @@
kind: KubeadmControlPlane
apiVersion: controlplane.cluster.x-k8s.io/v1alpha3
metadata:
name: cluster-controlplane
spec:
replicas: 3