update-expected.sh

This commit is contained in:
John Gardiner Myers 2020-07-01 13:52:28 -07:00
parent fbc235a3fe
commit d0b30cf771
15 changed files with 199 additions and 60 deletions

View File

@ -79,14 +79,14 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: complex.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a

View File

@ -83,15 +83,15 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: gce.example.com
name: nodes
name: nodes-us-test1-a
spec:
image: cos-cloud/cos-stable-65-10323-99-0
machineType: n1-standard-2
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
cloud.google.com/metadata-proxy-ready: "true"
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test1-a
role: Node
subnets:
- us-test1

View File

@ -135,16 +135,54 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: ha.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.14-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: ha.example.com
name: nodes-us-test-1b
spec:
image: kope.io/k8s-1.14-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes-us-test-1b
role: Node
subnets:
- us-test-1b
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: ha.example.com
name: nodes-us-test-1c
spec:
image: kope.io/k8s-1.14-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes-us-test-1c
role: Node
subnets:
- us-test-1c

View File

@ -141,16 +141,54 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: ha.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.14-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: ha.example.com
name: nodes-us-test-1b
spec:
image: kope.io/k8s-1.14-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes-us-test-1b
role: Node
subnets:
- us-test-1b
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: ha.example.com
name: nodes-us-test-1c
spec:
image: kope.io/k8s-1.14-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes-us-test-1c
role: Node
subnets:
- us-test-1c

View File

@ -137,19 +137,63 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: ha-gce.example.com
name: nodes
name: nodes-us-test1-a
spec:
image: cos-cloud/cos-stable-65-10323-99-0
machineType: n1-standard-2
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
cloud.google.com/metadata-proxy-ready: "true"
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test1-a
role: Node
subnets:
- us-test1
zones:
- us-test1-a
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: ha-gce.example.com
name: nodes-us-test1-b
spec:
image: cos-cloud/cos-stable-65-10323-99-0
machineType: n1-standard-2
maxSize: 1
minSize: 1
nodeLabels:
cloud.google.com/metadata-proxy-ready: "true"
kops.k8s.io/instancegroup: nodes-us-test1-b
role: Node
subnets:
- us-test1
zones:
- us-test1-b
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: ha-gce.example.com
name: nodes-us-test1-c
spec:
image: cos-cloud/cos-stable-65-10323-99-0
machineType: n1-standard-2
maxSize: 1
minSize: 1
nodeLabels:
cloud.google.com/metadata-proxy-ready: "true"
kops.k8s.io/instancegroup: nodes-us-test1-c
role: Node
subnets:
- us-test1
zones:
- us-test1-c

View File

@ -179,15 +179,34 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: ha.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: ha.example.com
name: nodes-us-test-1b
spec:
image: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes-us-test-1b
role: Node
subnets:
- us-test-1b

View File

@ -107,14 +107,14 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: private.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a

View File

@ -79,14 +79,14 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: minimal.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.11-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a

View File

@ -107,14 +107,14 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: private.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a

View File

@ -82,14 +82,14 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: overrides.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a

View File

@ -113,17 +113,17 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: private.example.com
name: nodes
name: nodes-us-test-1a
spec:
additionalSecurityGroups:
- sg-exampleid
- sg-exampleid2
image: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a

View File

@ -87,14 +87,14 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: private-subnets.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a

View File

@ -81,14 +81,14 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: subnet.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a

View File

@ -81,14 +81,14 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: subnet.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a

View File

@ -80,14 +80,14 @@ metadata:
creationTimestamp: "2017-01-01T00:00:00Z"
labels:
kops.k8s.io/cluster: vpc.example.com
name: nodes
name: nodes-us-test-1a
spec:
image: kope.io/k8s-1.14-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: t2.medium
maxSize: 2
minSize: 2
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: nodes
kops.k8s.io/instancegroup: nodes-us-test-1a
role: Node
subnets:
- us-test-1a