Merge pull request #5897 from justinsb/stretch_for_k8s_1_11

alpha-channel: Use stretch by default for k8s 1.11 on AWS
This commit is contained in:
k8s-ci-robot 2018-10-08 22:40:44 -07:00 committed by GitHub
commit 2cdacdf7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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