mirror of https://github.com/kubernetes/kops.git
Merge pull request #4309 from justinsb/go_back_to_jessie_for_1_9
Stick with jessie for 1.9 clusters
This commit is contained in:
commit
87ef67d9b9
|
|
@ -16,8 +16,7 @@ spec:
|
|||
- name: kope.io/k8s-1.8-debian-jessie-amd64-hvm-ebs-2018-01-14
|
||||
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-2018-01-14
|
||||
- name: kope.io/k8s-1.8-debian-jessie-amd64-hvm-ebs-2018-01-14
|
||||
providerID: aws
|
||||
kubernetesVersion: ">=1.9.0 <1.10.0"
|
||||
# Need stretch as default in 1.10 (for nvme)
|
||||
|
|
|
|||
|
|
@ -16,8 +16,7 @@ spec:
|
|||
- name: kope.io/k8s-1.8-debian-jessie-amd64-hvm-ebs-2018-01-05
|
||||
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-2018-01-05
|
||||
- name: kope.io/k8s-1.8-debian-jessie-amd64-hvm-ebs-2018-01-05
|
||||
providerID: aws
|
||||
kubernetesVersion: ">=1.9.0 <1.10.0"
|
||||
# Need stretch as default in 1.10 (for nvme)
|
||||
|
|
|
|||
Loading…
Reference in New Issue