Skip to content

Commit 07d8310

Browse files
committed
Attempt to remove windows from template
1 parent 3816077 commit 07d8310

File tree

2 files changed

+103
-143
lines changed

2 files changed

+103
-143
lines changed

templates/test/dev/cluster-template-custom-builds-load.yaml

Lines changed: 69 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/dev/custom-builds-load/kustomization.yaml

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,39 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: default
44
resources:
5-
- ../custom-builds
5+
- ../../../test/ci/prow
6+
- ../../../addons/metrics-server/metrics-server-resource-set.yaml
67
- storageclass-resource-set.yaml
78
patches:
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}
2760
generatorOptions:
2861
annotations:
2962
note: generated

0 commit comments

Comments
 (0)