@@ -2,9 +2,39 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization 
33namespace : default 
44resources :
5- - ../custom-builds 
5+ - ../../../test/ci/prow 
6+ - ../../../addons/metrics-server/metrics-server-resource-set.yaml 
67- storageclass-resource-set.yaml 
78patches :
9+ - path : ../../../test/ci/prow-ci-version/patches/oot-credential-provider.yaml 
10+   target :
11+     group : bootstrap.cluster.x-k8s.io 
12+     kind : KubeadmConfigTemplate 
13+     name : .*-md-0 
14+     namespace : default 
15+     version : v1beta1 
16+ - path : ../../../test/ci/prow-ci-version/patches/oot-credential-provider-kcp.yaml 
17+   target :
18+     group : controlplane.cluster.x-k8s.io 
19+     kind : KubeadmControlPlane 
20+     name : .*-control-plane 
21+     version : v1beta1 
22+ - path : ../custom-builds/patches/kubeadm-bootstrap.yaml 
23+   target :
24+     group : bootstrap.cluster.x-k8s.io 
25+     kind : KubeadmConfigTemplate 
26+     name : .*-md-0 
27+     namespace : default 
28+     version : v1beta1 
29+ - path : ../custom-builds/patches/kubeadm-controlplane-bootstrap.yaml 
30+   target :
31+     group : controlplane.cluster.x-k8s.io 
32+     kind : KubeadmControlPlane 
33+     name : .*-control-plane 
34+     version : v1beta1 
35+ - path : ../custom-builds/patches/machine-deployment-pr-version.yaml 
36+ - path : ../../../test/ci/patches/metrics-server-enabled-cluster.yaml 
37+ - path : ../../../test/ci/patches/controller-manager-featuregates.yaml 
838- path : patches/cluster-label-storageclass.yaml 
939- path : patches/cluster-label-azuredisk.yaml 
1040- path : patches/kcp-scheduler.yaml 
@@ -24,6 +54,9 @@ configMapGenerator:
2454- files :
2555  - storageclass=../../../addons/storageclass-azure-disk.yaml 
2656  name : storageclass-${CLUSTER_NAME} 
57+ - files :
58+   - metrics-server=../../../addons/metrics-server/metrics-server.yaml 
59+   name : metrics-server-${CLUSTER_NAME} 
2760generatorOptions :
2861  annotations :
2962    note : generated 
0 commit comments