From 968dd54c84a79b263fca59e6186d348f9f3f7e8a Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Mon, 8 Oct 2018 16:34:24 -0700 Subject: [PATCH] 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. --- channels/alpha | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/channels/alpha b/channels/alpha index 0a989f2d99898..abe148ce8620c 100644 --- a/channels/alpha +++ b/channels/alpha @@ -19,12 +19,11 @@ spec: - name: kope.io/k8s-1.9-debian-jessie-amd64-hvm-ebs-2018-08-17 providerID: aws 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 providerID: aws 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 kubernetesVersion: ">=1.11.0" - providerID: gce