Skip to content

Commit

Permalink
alpha-channel: Use stretch by default for k8s 1.11 on AWS
Browse files Browse the repository at this point in the history
Jessie doesn't support NVME instances and this causes a lot of
confusion, as newer instances are NVME.
  • Loading branch information
justinsb committed Oct 9, 2018
1 parent 0bf814f commit 968dd54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions channels/alpha
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 968dd54

Please sign in to comment.