From de0527b298244d4efe6571cb912768899d039a4a Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sat, 20 Jan 2018 19:30:05 -0500 Subject: [PATCH] Use jessie for 1.10 as well, to unblock queue Should unblock queue. --- channels/alpha | 3 ++- channels/stable | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/channels/alpha b/channels/alpha index c93c04ea36..12e063d055 100644 --- a/channels/alpha +++ b/channels/alpha @@ -20,7 +20,8 @@ spec: providerID: aws kubernetesVersion: ">=1.9.0 <1.10.0" # Need stretch as default in 1.10 (for nvme) - - name: kope.io/k8s-1.8-debian-stretch-amd64-hvm-ebs-2018-01-14 + # 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.8-debian-jessie-amd64-hvm-ebs-2018-01-14 providerID: aws kubernetesVersion: ">=1.10.0" - providerID: gce diff --git a/channels/stable b/channels/stable index ce5e1929ab..7f60095677 100644 --- a/channels/stable +++ b/channels/stable @@ -20,7 +20,8 @@ spec: providerID: aws kubernetesVersion: ">=1.9.0 <1.10.0" # Need stretch as default in 1.10 (for nvme) - - name: kope.io/k8s-1.8-debian-stretch-amd64-hvm-ebs-2018-01-05 + # 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.8-debian-jessie-amd64-hvm-ebs-2018-01-05 providerID: aws kubernetesVersion: ">=1.10.0" - providerID: gce