Browse Source

Re-enable debian-8-kubespray image for CI

debian-8 image is missing memory cgroup, so it can't spawn pods.
pull/683/head
Matthew Mosesohn 7 years ago
parent
commit
756ae926ba
1 changed files with 2 additions and 2 deletions
  1. 4
      .travis.yml

4
.travis.yml

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

Loading…
Cancel
Save