Add 3 nodes control plane composite
Relates-To: #150 Change-Id: I90b810606980eb0fa33b92f835107e7dd0aed1f3
This commit is contained in:
parent
87735984cd
commit
17f2575421
@ -0,0 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../function/k8scontrol
|
||||
|
||||
patchesStrategicMerge:
|
||||
- replicas.yaml
|
@ -0,0 +1,6 @@
|
||||
kind: KubeadmControlPlane
|
||||
apiVersion: controlplane.cluster.x-k8s.io/v1alpha3
|
||||
metadata:
|
||||
name: cluster-controlplane
|
||||
spec:
|
||||
replicas: 3
|
Loading…
Reference in New Issue
Block a user