alpha-channel: Use stretch by default for k8s 1.11 on AWS

Jessie doesn't support NVME instances and this causes a lot of
confusion, as newer instances are NVME.
This commit is contained in:
Justin Santa Barbara 2018-10-08 16:34:24 -07:00
parent 0bf814f0a4
commit 968dd54c84
1 changed files with 2 additions and 3 deletions

View File

@ -19,12 +19,11 @@ spec:
- name: kope.io/k8s-1.9-debian-jessie-amd64-hvm-ebs-2018-08-17 - name: kope.io/k8s-1.9-debian-jessie-amd64-hvm-ebs-2018-08-17
providerID: aws providerID: aws
kubernetesVersion: ">=1.9.0 <1.10.0" kubernetesVersion: ">=1.9.0 <1.10.0"
# Need stretch as default in 1.10 (for nvme)
# BUT... this is causing the submit queue to block, so back to jessie temporarily: https://github.com/kubernetes/kubernetes/issues/56763
- name: kope.io/k8s-1.10-debian-jessie-amd64-hvm-ebs-2018-08-17 - name: kope.io/k8s-1.10-debian-jessie-amd64-hvm-ebs-2018-08-17
providerID: aws providerID: aws
kubernetesVersion: ">=1.10.0 <1.11.0" kubernetesVersion: ">=1.10.0 <1.11.0"
- name: kope.io/k8s-1.11-debian-jessie-amd64-hvm-ebs-2018-08-17 # Stretch is the default for 1.11 (for nvme)
- name: kope.io/k8s-1.11-debian-stretch-amd64-hvm-ebs-2018-08-17
providerID: aws providerID: aws
kubernetesVersion: ">=1.11.0" kubernetesVersion: ">=1.11.0"
- providerID: gce - providerID: gce