Merge pull request #4310 from justinsb/jessie_as_default_for_1_10_for_now

Use jessie for 1.10 as well, to unblock queue
This commit is contained in:
Justin Santa Barbara 2018-01-20 21:09:31 -05:00 committed by GitHub
commit 4a7ccd506f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

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

View File

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