Skip to content

Commit

Permalink
Merge pull request #6963 from justinsb/image_bump_112
Browse files Browse the repository at this point in the history
Configure AMIs for 1.12
  • Loading branch information
k8s-ci-robot authored May 14, 2019
2 parents 5ad4272 + 3f7da40 commit 7630cc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion channels/alpha
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 4 additions & 1 deletion channels/stable
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7630cc8

Please sign in to comment.