Merge pull request #1292 from justinsb/create_alpha_channel

Create alpha channel for 1.5.1
This commit is contained in:
Chris Love 2016-12-28 10:29:22 -07:00 committed by GitHub
commit 2e2c6d5d91
2 changed files with 9 additions and 0 deletions

8
channels/alpha Normal file
View File

@ -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: {}

View File

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