Skip to content

Commit aa59430

Browse files
committed
add version to topology
Signed-off-by: sivchari <shibuuuu5@gmail.com>
1 parent a00600a commit aa59430

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
lines changed

test/e2e/data/infrastructure-docker/main/cluster-template-kcp-pre-drain/cluster.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
topology:
88
classRef:
99
name: quick-start
10+
version: "${KUBERNETES_VERSION}"
1011
controlPlane:
1112
metadata:
1213
annotations:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
topology:
88
classRef:
99
name: quick-start
10+
version: "${KUBERNETES_VERSION}"
1011
variables:
1112
- name: ipv6Primary
1213
value: false

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
topology:
88
classRef:
99
name: quick-start
10+
version: "${KUBERNETES_VERSION}"
1011
variables:
1112
- name: ipv6Primary
1213
value: true

test/e2e/data/infrastructure-docker/main/cluster-template-topology-kcp-only/cluster-topology-class.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
resources:
22
- ../cluster-template-topology-no-workers
33

4-
patches:
5-
- path: cluster-topology-class.yaml
6-
target:
7-
group: cluster.x-k8s.io
8-
version: v1beta2
9-
kind: Cluster

0 commit comments

Comments
 (0)