mirror of https://github.com/kubernetes/kops.git
Merge pull request #1292 from justinsb/create_alpha_channel
Create alpha channel for 1.5.1
This commit is contained in:
commit
2e2c6d5d91
|
@ -0,0 +1,8 @@
|
||||||
|
spec:
|
||||||
|
images:
|
||||||
|
- name: kope.io/k8s-1.5-debian-jessie-amd64-hvm-ebs-2016-12-19
|
||||||
|
providerID: aws
|
||||||
|
cluster:
|
||||||
|
kubernetesVersion: v1.5.1
|
||||||
|
networking:
|
||||||
|
kubenet: {}
|
|
@ -28,6 +28,7 @@ import (
|
||||||
|
|
||||||
const DefaultChannelBase = "https://raw.githubusercontent.com/kubernetes/kops/master/channels/"
|
const DefaultChannelBase = "https://raw.githubusercontent.com/kubernetes/kops/master/channels/"
|
||||||
const DefaultChannel = "stable"
|
const DefaultChannel = "stable"
|
||||||
|
const AlphaChannel = "alpha"
|
||||||
|
|
||||||
type Channel struct {
|
type Channel struct {
|
||||||
unversioned.TypeMeta `json:",inline"`
|
unversioned.TypeMeta `json:",inline"`
|
||||||
|
|
Loading…
Reference in New Issue