Skip to content

Commit

Permalink
Put stable channel back to jessie for 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 :-)
  • Loading branch information
justinsb committed Dec 4, 2017
1 parent 3c0161b commit dda3768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion channels/stable
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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-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 dda3768

Please sign in to comment.