mirror of https://github.com/kubernetes/kops.git
Specify KubernetesVersion in create cluster test
We probably should use a canned channel, but in the interim this is probably the best option, otherwise every time we update the stable channel we break the tests.
This commit is contained in:
parent
3dfcc6d2a5
commit
61631f4815
|
@ -7,4 +7,5 @@ MasterZones:
|
|||
- us-test-1a
|
||||
- us-test-1b
|
||||
- us-test-1c
|
||||
Cloud: aws
|
||||
Cloud: aws
|
||||
KubernetesVersion: v1.4.8
|
||||
|
|
|
@ -4,3 +4,4 @@ Zones:
|
|||
- us-test-1b
|
||||
MasterCount: 5
|
||||
Cloud: aws
|
||||
KubernetesVersion: v1.4.8
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
ClusterName: minimal.example.com
|
||||
Zones:
|
||||
- us-test-1a
|
||||
Cloud: aws
|
||||
Cloud: aws
|
||||
KubernetesVersion: v1.4.8
|
||||
|
|
|
@ -5,4 +5,5 @@ Cloud: aws
|
|||
Topology: private
|
||||
Networking: kopeio-vxlan
|
||||
Bastion: true
|
||||
Egress: nat-09123456
|
||||
Egress: nat-09123456
|
||||
KubernetesVersion: v1.4.8
|
||||
|
|
|
@ -11,3 +11,4 @@ NodeSecurityGroups:
|
|||
MasterSecurityGroups:
|
||||
- sg-exampleid3
|
||||
- sg-exampleid4
|
||||
KubernetesVersion: v1.4.8
|
||||
|
|
Loading…
Reference in New Issue