Skip to content

Commit 7e53d43

Browse files
committed
reconciled merged kustomize for prow-ci-version and prow-machine-pool-ci-version
1 parent 3b2706d commit 7e53d43

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

templates/test/ci/prow-ci-version/kustomization.yaml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ namespace: default
44
resources:
55
- ../prow
66
- ../../../addons/metrics-server/metrics-server-resource-set.yaml
7+
# resources from prow-machine-pool
8+
#- ../prow/cni-resource-set.yaml
9+
# - ../../../addons/windows/csi-proxy/csi-proxy-resource-set.yaml
10+
# - ../../../addons/windows/containerd-logging/containerd-logger-resource-set.yaml
11+
# - ../../../addons/cluster-api-helm/calico.yaml
12+
# - ../../../addons/cluster-api-helm/azuredisk-csi-driver.yaml
13+
# - ../../../addons/cluster-api-helm/cloud-provider-azure.yaml
14+
# - ../../../addons/cluster-api-helm/cloud-provider-azure-ci.yaml
15+
- ../../../flavors/machinepool/machine-pool-deployment.yaml #Azuremachinepool ${CLUSTER_NAME}-mp-0
16+
- ../../../flavors/machinepool-windows/machine-pool-deployment-windows.yaml #machinepool ${CLUSTER_NAME}-mp-win
717
patches:
18+
# existing patches
819
- path: patches/oot-credential-provider.yaml
920
target:
1021
group: bootstrap.cluster.x-k8s.io
@@ -39,22 +50,14 @@ patches:
3950
name: .*-md-win
4051
namespace: default
4152
version: v1beta1
42-
- path: ../patches/control-plane-kubeadm-boostrap-ci-version.yaml
43-
target:
44-
group: controlplane.cluster.x-k8s.io
45-
kind: KubeadmControlPlane
46-
name: .*-control-plane
47-
version: v1beta1
48-
- path: ../patches/control-plane-image-ci-version.yaml
53+
# MachinePool-specific patches
54+
- path: ../patches/azuremachinepool-vmextension.yaml
55+
- path: ../patches/tags.yaml
4956
- path: ../patches/controller-manager.yaml
50-
- path: ../patches/windows-feature-gates.yaml
57+
- path: ../patches/machine-pool-worker-counts.yaml
5158
- path: ../patches/windows-containerd-labels.yaml
52-
- path: ../patches/windows-machine-deployment-replicas.yaml
53-
- path: patches/machine-deployment-ci-version.yaml
54-
- path: patches/machine-deployment-ci-version-windows.yaml
55-
- path: patches/machine-deployment-ci-version-control-plane.yaml
56-
- path: ../patches/metrics-server-enabled-cluster.yaml
57-
- path: ../patches/uami-md-0.yaml
59+
- path: ../patches/cluster-label-calico.yaml
60+
- path: ../patches/cluster-label-cloud-provider-azure.yaml
5861
configMapGenerator:
5962
- behavior: merge
6063
files:

0 commit comments

Comments
 (0)