Merge pull request #683 from kubernetes-incubator/fix_debian_image

Re-enable debian-8-kubespray image for CI
pull/690/head
Bogdan Dobrelya 2016-12-06 14:21:28 +01:00 committed by GitHub
commit 1772d122b2
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ env:
# Debian Jessie # Debian Jessie
- >- - >-
KUBE_NETWORK_PLUGIN=canal KUBE_NETWORK_PLUGIN=canal
CLOUD_IMAGE=debian-8 CLOUD_IMAGE=debian-8-kubespray
CLOUD_REGION=europe-west1-d CLOUD_REGION=europe-west1-d
CLUSTER_MODE=default CLUSTER_MODE=default
- >- - >-
KUBE_NETWORK_PLUGIN=calico KUBE_NETWORK_PLUGIN=calico
CLOUD_IMAGE=debian-8 CLOUD_IMAGE=debian-8-kubespray
CLOUD_REGION=us-central1-b CLOUD_REGION=us-central1-b
CLUSTER_MODE=default CLUSTER_MODE=default