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:
Justin Santa Barbara 2017-02-07 00:23:41 -05:00
parent 3dfcc6d2a5
commit 61631f4815
5 changed files with 8 additions and 3 deletions

View File

@ -7,4 +7,5 @@ MasterZones:
- us-test-1a
- us-test-1b
- us-test-1c
Cloud: aws
Cloud: aws
KubernetesVersion: v1.4.8

View File

@ -4,3 +4,4 @@ Zones:
- us-test-1b
MasterCount: 5
Cloud: aws
KubernetesVersion: v1.4.8

View File

@ -1,4 +1,5 @@
ClusterName: minimal.example.com
Zones:
- us-test-1a
Cloud: aws
Cloud: aws
KubernetesVersion: v1.4.8

View File

@ -5,4 +5,5 @@ Cloud: aws
Topology: private
Networking: kopeio-vxlan
Bastion: true
Egress: nat-09123456
Egress: nat-09123456
KubernetesVersion: v1.4.8

View File

@ -11,3 +11,4 @@ NodeSecurityGroups:
MasterSecurityGroups:
- sg-exampleid3
- sg-exampleid4
KubernetesVersion: v1.4.8