mirror of https://github.com/kubernetes/kops.git
Configure AMIs for 1.12
Put the latest image into both alpha & stable channels.
This commit is contained in:
parent
5ad42723b0
commit
3f7da40ebe
|
@ -25,7 +25,10 @@ spec:
|
|||
# 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"
|
||||
kubernetesVersion: ">=1.11.0 <1.12.0"
|
||||
- name: kope.io/k8s-1.12-debian-stretch-amd64-hvm-ebs-2019-05-13
|
||||
providerID: aws
|
||||
kubernetesVersion: ">=1.12.0"
|
||||
- providerID: gce
|
||||
name: "cos-cloud/cos-stable-65-10323-99-0"
|
||||
cluster:
|
||||
|
|
|
@ -25,7 +25,10 @@ spec:
|
|||
# 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"
|
||||
kubernetesVersion: ">=1.11.0 <1.12.0"
|
||||
- name: kope.io/k8s-1.12-debian-stretch-amd64-hvm-ebs-2019-05-13
|
||||
providerID: aws
|
||||
kubernetesVersion: ">=1.12.0"
|
||||
- providerID: gce
|
||||
name: "cos-cloud/cos-stable-65-10323-99-0"
|
||||
cluster:
|
||||
|
|
Loading…
Reference in New Issue