mirror of https://github.com/kubernetes/kops.git
update-expected.sh
This commit is contained in:
parent
fbc235a3fe
commit
d0b30cf771
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue