From 0af0ff27f9a503d5191b0780a41d1c0f0fd2b539 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Fri, 11 Nov 2022 20:01:37 -0800 Subject: [PATCH] hack/update-expected.sh --- .../ipv6/expected-v1alpha2.yaml | 25 +++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/tests/integration/create_cluster/ipv6/expected-v1alpha2.yaml b/tests/integration/create_cluster/ipv6/expected-v1alpha2.yaml index d0b0e03d88681..8b8c144d374cb 100644 --- a/tests/integration/create_cluster/ipv6/expected-v1alpha2.yaml +++ b/tests/integration/create_cluster/ipv6/expected-v1alpha2.yaml @@ -5,7 +5,9 @@ metadata: name: ipv6.example.com spec: api: - dns: {} + loadBalancer: + class: Network + type: Public authorization: rbac: {} channel: stable @@ -45,16 +47,25 @@ spec: - 0.0.0.0/0 - ::/0 subnets: - - cidr: 172.20.32.0/19 - ipv6CIDR: /64#0 + - ipv6CIDR: /64#0 name: us-test-1a - type: Public + type: Private + zone: us-test-1a + - cidr: 172.20.32.0/19 + ipv6CIDR: /64#1 + name: dualstack-us-test-1a + type: DualStack + zone: us-test-1a + - cidr: 172.20.0.0/22 + ipv6CIDR: /64#2 + name: utility-us-test-1a + type: Utility zone: us-test-1a topology: dns: type: Public - masters: public - nodes: public + masters: private + nodes: private --- @@ -75,7 +86,7 @@ spec: minSize: 1 role: Master subnets: - - us-test-1a + - dualstack-us-test-1a ---