mirror of https://github.com/kubernetes/kops.git
update_cluster complex integration test
This commit is contained in:
parent
d181ecf885
commit
16ed8982e6
|
@ -4,6 +4,12 @@ metadata:
|
||||||
creationTimestamp: "2016-12-10T22:42:27Z"
|
creationTimestamp: "2016-12-10T22:42:27Z"
|
||||||
name: complex.example.com
|
name: complex.example.com
|
||||||
spec:
|
spec:
|
||||||
|
api:
|
||||||
|
loadBalancer:
|
||||||
|
type: Public
|
||||||
|
additionalSecurityGroups:
|
||||||
|
- sg-exampleid3
|
||||||
|
- sg-exampleid4
|
||||||
kubernetesApiAccess:
|
kubernetesApiAccess:
|
||||||
- 0.0.0.0/0
|
- 0.0.0.0/0
|
||||||
channel: stable
|
channel: stable
|
||||||
|
@ -84,5 +90,3 @@ spec:
|
||||||
role: Master
|
role: Master
|
||||||
subnets:
|
subnets:
|
||||||
- us-test-1a
|
- us-test-1a
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue