Adding kubelet in rkt

This commit is contained in:
Brad Beam
2016-12-20 17:00:46 -06:00
parent 8dc19374cc
commit 4b6f29d5e1
6 changed files with 109 additions and 4 deletions

View File

@@ -49,6 +49,8 @@ before_script:
ANSIBLE_KEEP_REMOTE_FILES: "1"
BOOTSTRAP_OS: none
LOG_LEVEL: "-vv"
ETCD_DEPLOYMENT: "docker"
KUBELET_DEPLOYMENT: "docker"
.gce: &gce
<<: *job
@@ -102,6 +104,8 @@ before_script:
-e download_localhost=true
-e deploy_netchecker=true
-e local_release_dir=${PWD}/downloads
-e etcd_deployment_type=${ETCD_DEPLOYMENT}
-e kubelet_deployment_type=${KUBELET_DEPLOYMENT}
cluster.yml
@@ -202,6 +206,15 @@ before_script:
CLUSTER_MODE: ha
BOOTSTRAP_OS: coreos
.ubuntu_rkt_sep_variables: &ubuntu_rkt_sep_variables
# stage: deploy-gce-part1
KUBE_NETWORK_PLUGIN: flannel
CLOUD_IMAGE: ubuntu-1604-xenial
CLOUD_REGION: us-central1-b
CLUSTER_MODE: separated
ETCD_DEPLOYMENT: rkt
KUBELET_DEPLOYMENT: rkt
# Builds for PRs only (auto) and triggers (auto)
coreos-calico-sep:
stage: deploy-gce-part1
@@ -405,6 +418,17 @@ coreos-alpha-weave-ha:
except: ['triggers']
only: ['master', /^pr-.*$/]
ubuntu-rkt-sep:
stage: deploy-gce-part1
<<: *job
<<: *gce
variables:
<<: *gce_variables
<<: *ubuntu_rkt_sep_variables
when: manual
except: ['triggers']
only: ['master', /^pr-.*$/]
syntax-check:
<<: *job
stage: unit-tests