|
1 | 1 | namespace: default |
2 | 2 | resources: |
3 | | - - ../../../test/ci/prow |
4 | | - - ../../../addons/metrics-server/metrics-server-resource-set.yaml |
5 | | -patchesStrategicMerge: |
6 | | - - patches/machine-deployment-pr-version.yaml |
7 | | - - patches/machine-deployment-pr-version-windows.yaml |
8 | | - - ../../../test/ci/patches/windows-feature-gates.yaml |
9 | | - - ../../../test/ci/patches/windows-containerd-labels.yaml |
10 | | - - ../../../test/ci/patches/windows-machine-deployment-replicas.yaml |
11 | | - - ../../../test/ci/patches/metrics-server-enabled-cluster.yaml |
12 | | - - ../../../test/ci/patches/controller-manager-featuregates.yaml |
| 3 | +- ../../../test/ci/prow |
| 4 | +- ../../../addons/metrics-server/metrics-server-resource-set.yaml |
13 | 5 | patches: |
14 | | -- target: |
| 6 | +- path: ../../../test/ci/prow-ci-version/patches/oot-credential-provider.yaml |
| 7 | + target: |
15 | 8 | group: bootstrap.cluster.x-k8s.io |
16 | | - version: v1beta1 |
17 | 9 | kind: KubeadmConfigTemplate |
18 | 10 | name: .*-md-0 |
19 | 11 | namespace: default |
20 | | - path: ../../../test/ci/prow-ci-version/patches/oot-credential-provider.yaml |
21 | | -- target: |
22 | | - group: bootstrap.cluster.x-k8s.io |
23 | 12 | version: v1beta1 |
| 13 | +- path: ../../../test/ci/prow-ci-version/patches/oot-credential-provider-win.yaml |
| 14 | + target: |
| 15 | + group: bootstrap.cluster.x-k8s.io |
24 | 16 | kind: KubeadmConfigTemplate |
25 | 17 | name: .*-md-win |
26 | 18 | namespace: default |
27 | | - path: ../../../test/ci/prow-ci-version/patches/oot-credential-provider-win.yaml |
28 | | -- target: |
29 | | - group: controlplane.cluster.x-k8s.io |
30 | 19 | version: v1beta1 |
| 20 | +- path: ../../../test/ci/prow-ci-version/patches/oot-credential-provider-kcp.yaml |
| 21 | + target: |
| 22 | + group: controlplane.cluster.x-k8s.io |
31 | 23 | kind: KubeadmControlPlane |
32 | 24 | name: .*-control-plane |
33 | | - path: ../../../test/ci/prow-ci-version/patches/oot-credential-provider-kcp.yaml |
34 | | -- target: |
35 | | - group: bootstrap.cluster.x-k8s.io |
36 | 25 | version: v1beta1 |
| 26 | +- path: patches/kubeadm-bootstrap.yaml |
| 27 | + target: |
| 28 | + group: bootstrap.cluster.x-k8s.io |
37 | 29 | kind: KubeadmConfigTemplate |
38 | 30 | name: .*-md-0 |
39 | 31 | namespace: default |
40 | | - path: patches/kubeadm-bootstrap.yaml |
41 | | -- target: |
42 | | - group: controlplane.cluster.x-k8s.io |
43 | 32 | version: v1beta1 |
| 33 | +- path: patches/kubeadm-controlplane-bootstrap.yaml |
| 34 | + target: |
| 35 | + group: controlplane.cluster.x-k8s.io |
44 | 36 | kind: KubeadmControlPlane |
45 | 37 | name: .*-control-plane |
46 | | - path: patches/kubeadm-controlplane-bootstrap.yaml |
47 | | -- target: |
48 | | - group: bootstrap.cluster.x-k8s.io |
49 | 38 | version: v1beta1 |
| 39 | +- path: patches/kubeadm-bootstrap-windows-k8s-pr-binaries.yaml |
| 40 | + target: |
| 41 | + group: bootstrap.cluster.x-k8s.io |
50 | 42 | kind: KubeadmConfigTemplate |
51 | 43 | name: .*-md-win |
52 | 44 | namespace: default |
53 | | - path: patches/kubeadm-bootstrap-windows-k8s-pr-binaries.yaml |
| 45 | + version: v1beta1 |
| 46 | +- path: patches/machine-deployment-pr-version.yaml |
| 47 | +- path: patches/machine-deployment-pr-version-windows.yaml |
| 48 | +- path: ../../../test/ci/patches/windows-feature-gates.yaml |
| 49 | +- path: ../../../test/ci/patches/windows-containerd-labels.yaml |
| 50 | +- path: ../../../test/ci/patches/windows-machine-deployment-replicas.yaml |
| 51 | +- path: ../../../test/ci/patches/metrics-server-enabled-cluster.yaml |
| 52 | +- path: ../../../test/ci/patches/controller-manager-featuregates.yaml |
54 | 53 | configMapGenerator: |
55 | | - - name: cni-${CLUSTER_NAME}-calico-windows |
56 | | - behavior: merge |
57 | | - files: |
58 | | - - kube-proxy-patch=../../../test/ci/patches/windows-kubeproxy-ci.yaml |
59 | | - - name: metrics-server-${CLUSTER_NAME} |
60 | | - files: |
61 | | - - metrics-server=../../../addons/metrics-server/metrics-server.yaml |
| 54 | +- behavior: merge |
| 55 | + files: |
| 56 | + - kube-proxy-patch=../../../test/ci/patches/windows-kubeproxy-ci.yaml |
| 57 | + name: cni-${CLUSTER_NAME}-calico-windows |
| 58 | +- files: |
| 59 | + - metrics-server=../../../addons/metrics-server/metrics-server.yaml |
| 60 | + name: metrics-server-${CLUSTER_NAME} |
62 | 61 | generatorOptions: |
| 62 | + annotations: |
| 63 | + note: generated |
63 | 64 | disableNameSuffixHash: true |
64 | 65 | labels: |
65 | 66 | type: generated |
66 | | - annotations: |
67 | | - note: generated |
| 67 | +apiVersion: kustomize.config.k8s.io/v1beta1 |
| 68 | +kind: Kustomization |
0 commit comments