@@ -2,70 +2,69 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33namespace : default
44resources :
5- - ../prow
6- - ../../../addons/metrics-server/metrics-server-resource-set.yaml
7- patchesStrategicMerge :
8- - ../patches/control-plane-image-ci-version.yaml
9- - ../patches/controller-manager.yaml
10- - ../patches/windows-feature-gates.yaml
11- - ../patches/windows-containerd-labels.yaml
12- - ../patches/windows-machine-deployment-replicas.yaml
13- - patches/machine-deployment-ci-version.yaml
14- - patches/machine-deployment-ci-version-windows.yaml
15- - ../patches/metrics-server-enabled-cluster.yaml
16- - ../patches/controller-manager-featuregates.yaml
5+ - ../prow
6+ - ../../../addons/metrics-server/metrics-server-resource-set.yaml
177patches :
18- - target :
8+ - path : patches/oot-credential-provider.yaml
9+ target :
1910 group : bootstrap.cluster.x-k8s.io
20- version : v1beta1
2111 kind : KubeadmConfigTemplate
2212 name : .*-md-0
2313 namespace : default
24- path : patches/oot-credential-provider.yaml
25- - target :
26- group : bootstrap.cluster.x-k8s.io
2714 version : v1beta1
15+ - path : patches/oot-credential-provider-win.yaml
16+ target :
17+ group : bootstrap.cluster.x-k8s.io
2818 kind : KubeadmConfigTemplate
2919 name : .*-md-win
3020 namespace : default
31- path : patches/oot-credential-provider-win.yaml
32- - target :
33- group : controlplane.cluster.x-k8s.io
3421 version : v1beta1
22+ - path : patches/oot-credential-provider-kcp.yaml
23+ target :
24+ group : controlplane.cluster.x-k8s.io
3525 kind : KubeadmControlPlane
3626 name : .*-control-plane
37- path : patches/oot-credential-provider-kcp.yaml
38- - target :
39- group : bootstrap.cluster.x-k8s.io
4027 version : v1beta1
28+ - path : patches/kubeadm-bootstrap.yaml
29+ target :
30+ group : bootstrap.cluster.x-k8s.io
4131 kind : KubeadmConfigTemplate
4232 name : .*-md-0
4333 namespace : default
44- path : patches/kubeadm-bootstrap.yaml
45- - target :
46- group : bootstrap.cluster.x-k8s.io
4734 version : v1beta1
35+ - path : patches/kubeadm-bootstrap-windows-k8s-ci-binaries.yaml
36+ target :
37+ group : bootstrap.cluster.x-k8s.io
4838 kind : KubeadmConfigTemplate
4939 name : .*-md-win
5040 namespace : default
51- path : patches/kubeadm-bootstrap-windows-k8s-ci-binaries.yaml
52- - target :
53- group : controlplane.cluster.x-k8s.io
5441 version : v1beta1
42+ - path : ../patches/control-plane-kubeadm-boostrap-ci-version.yaml
43+ target :
44+ group : controlplane.cluster.x-k8s.io
5545 kind : KubeadmControlPlane
5646 name : .*-control-plane
57- path : ../patches/control-plane-kubeadm-boostrap-ci-version.yaml
47+ version : v1beta1
48+ - path : ../patches/control-plane-image-ci-version.yaml
49+ - path : ../patches/controller-manager.yaml
50+ - path : ../patches/windows-feature-gates.yaml
51+ - 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/metrics-server-enabled-cluster.yaml
56+ - path : ../patches/controller-manager-featuregates.yaml
5857configMapGenerator :
59- - name : cni-${CLUSTER_NAME}-calico-windows
60- behavior : merge
61- files :
62- - kube-proxy-patch=../patches/ windows-kubeproxy-ci.yaml
63- - name : metrics-server-${CLUSTER_NAME}
64- files :
65- - metrics-server=../../../addons/metrics-server/metrics-server.yaml
58+ - behavior : merge
59+ files :
60+ - kube-proxy-patch=../patches/windows-kubeproxy-ci.yaml
61+ name : cni-${CLUSTER_NAME}-calico- windows
62+ - files :
63+ - metrics-server=../../../addons/metrics-server/metrics-server.yaml
64+ name : metrics-server-${CLUSTER_NAME}
6665generatorOptions :
66+ annotations :
67+ note : generated
6768 disableNameSuffixHash : true
6869 labels :
6970 type : generated
70- annotations :
71- note : generated
0 commit comments