We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284a7b5 commit 5e1975eCopy full SHA for 5e1975e
test/e2e/data/infrastructure-cloudstack/v1beta3/cluster-template-k8s-unmanaged/cluster-with-acssync.yaml
@@ -0,0 +1,20 @@
1
+---
2
+apiVersion: cluster.x-k8s.io/v1beta1
3
+kind: Cluster
4
+metadata:
5
+ name: ${CLUSTER_NAME}
6
+spec:
7
+ clusterNetwork:
8
+ pods:
9
+ cidrBlocks:
10
+ - 192.168.0.0/16
11
+ serviceDomain: "cluster.local"
12
+ infrastructureRef:
13
+ apiVersion: infrastructure.cluster.x-k8s.io/v1beta3
14
+ kind: CloudStackCluster
15
16
+ controlPlaneRef:
17
+ kind: KubeadmControlPlane
18
+ apiVersion: controlplane.cluster.x-k8s.io/v1beta1
19
+ name: ${CLUSTER_NAME}-control-plane
20
+ syncWithACS: true
test/e2e/data/infrastructure-cloudstack/v1beta3/cluster-template-k8s-unmanaged/kustomization.yaml
@@ -0,0 +1,6 @@
+bases:
+ - ../bases/cluster-with-kcp.yaml
+ - ../bases/md.yaml
+
+patchesStrategicMerge:
+- ./cluster-with-acssync.yaml
0 commit comments