Skip to content

Commit

Permalink
Put stable channel back to jessie for 1.9 / 1.10
Browse files Browse the repository at this point in the history
Otherwise we're blocking the queue:
kubernetes/kubernetes#56763

Nobody is running 1.10 in stable anyway.  1.9 is more questionable, but
hopefully we can get this resolved quickly.
  • Loading branch information
justinsb committed Dec 4, 2017
1 parent 3c0161b commit 7f36b0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions channels/stable
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ spec:
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-2017-12-02
# 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-2017-12-02
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-2017-12-02
# 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-2017-12-02
providerID: aws
kubernetesVersion: ">=1.10.0"
- providerID: gce
Expand Down

0 comments on commit 7f36b0e

Please sign in to comment.