Skip to content

Commit e6fb628

Browse files
authored
Merge pull request #1804 from justinsb/fix_create_test_k8s_version
Specify KubernetesVersion in create cluster test
2 parents 53ebfe8 + 61631f4 commit e6fb628

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

tests/integration/create_cluster/ha/options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ MasterZones:
77
- us-test-1a
88
- us-test-1b
99
- us-test-1c
10-
Cloud: aws
10+
Cloud: aws
11+
KubernetesVersion: v1.4.8

tests/integration/create_cluster/ha_shared_zones/options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Zones:
44
- us-test-1b
55
MasterCount: 5
66
Cloud: aws
7+
KubernetesVersion: v1.4.8
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ClusterName: minimal.example.com
22
Zones:
33
- us-test-1a
4-
Cloud: aws
4+
Cloud: aws
5+
KubernetesVersion: v1.4.8

tests/integration/create_cluster/ngwspecified/options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ Cloud: aws
55
Topology: private
66
Networking: kopeio-vxlan
77
Bastion: true
8-
Egress: nat-09123456
8+
Egress: nat-09123456
9+
KubernetesVersion: v1.4.8

tests/integration/create_cluster/private/options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ NodeSecurityGroups:
1111
MasterSecurityGroups:
1212
- sg-exampleid3
1313
- sg-exampleid4
14+
KubernetesVersion: v1.4.8

0 commit comments

Comments
 (0)