mirror of https://github.com/kubernetes/kops.git
Stick with jessie for 1.9 clusters
We'll try to move to stretch in 1.10, which is important for nvme, but tests are still broken on stretch.
This commit is contained in:
parent
68146fa4de
commit
340b9f2b3d
|
@ -16,8 +16,7 @@ spec:
|
|||
- name: kope.io/k8s-1.8-debian-jessie-amd64-hvm-ebs-2018-01-14
|
||||
providerID: aws
|
||||
kubernetesVersion: ">=1.8.0 <1.9.0"
|
||||
# Moving to stretch in 1.9 (if goes well)
|
||||
- name: kope.io/k8s-1.8-debian-stretch-amd64-hvm-ebs-2018-01-14
|
||||
- name: kope.io/k8s-1.8-debian-jessie-amd64-hvm-ebs-2018-01-14
|
||||
providerID: aws
|
||||
kubernetesVersion: ">=1.9.0 <1.10.0"
|
||||
# Need stretch as default in 1.10 (for nvme)
|
||||
|
|
|
@ -16,8 +16,7 @@ spec:
|
|||
- name: kope.io/k8s-1.8-debian-jessie-amd64-hvm-ebs-2018-01-05
|
||||
providerID: aws
|
||||
kubernetesVersion: ">=1.8.0 <1.9.0"
|
||||
# Moving to stretch in 1.9 (if goes well)
|
||||
- name: kope.io/k8s-1.8-debian-stretch-amd64-hvm-ebs-2018-01-05
|
||||
- name: kope.io/k8s-1.8-debian-jessie-amd64-hvm-ebs-2018-01-05
|
||||
providerID: aws
|
||||
kubernetesVersion: ">=1.9.0 <1.10.0"
|
||||
# Need stretch as default in 1.10 (for nvme)
|
||||
|
|
Loading…
Reference in New Issue