Skip to content

Commit 338fe5b

Browse files
authored
Merge pull request kubernetes-sigs#9477 from killianmuldoon/pr-drop-dualstack-machinepools
🐛 Drop MachinePools from Dualstack tests
2 parents b3b9928 + c710e18 commit 338fe5b

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- op: remove
2+
path: /spec/topology/workers/machinePools

test/e2e/data/infrastructure-docker/main/cluster-template-topology-dualstack-ipv4-primary/kustomization.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@ bases:
22
- ../bases/cluster-with-topology.yaml
33
- ../bases/crs.yaml
44

5+
patchesStrategicMerge:
6+
- cluster.yaml
57
patches:
6-
- cluster.yaml
8+
- path: ./drop-machinepools.yaml
9+
target:
10+
group: cluster.x-k8s.io
11+
version: v1beta1
12+
kind: Cluster
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- op: remove
2+
path: /spec/topology/workers/machinePools

test/e2e/data/infrastructure-docker/main/cluster-template-topology-dualstack-ipv6-primary/kustomization.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@ bases:
22
- ../bases/cluster-with-topology.yaml
33
- ../bases/crs.yaml
44

5+
patchesStrategicMerge:
6+
- cluster.yaml
57
patches:
6-
- cluster.yaml
8+
- path: ./drop-machinepools.yaml
9+
target:
10+
group: cluster.x-k8s.io
11+
version: v1beta1
12+
kind: Cluster

0 commit comments

Comments
 (0)