Merge pull request #1208 from runcom/moar-tests

contrib: test: integration: enable more e2e kube tests
This commit is contained in:
Daniel J Walsh 2017-12-18 10:25:50 -05:00 committed by GitHub
commit 6c0b79b706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 38 deletions

View file

@ -47,6 +47,8 @@
export API_HOST={{ ansible_default_ipv4.address }}
export API_HOST_IP={{ ansible_default_ipv4.address }}
export KUBE_ENABLE_CLUSTER_DNS=true
export ENABLE_HOSTPATH_PROVISIONER=true
export KUBE_ENABLE_CLUSTER_DASHBOARD=true
./hack/local-up-cluster.sh
mode: "u=rwx,g=rwx,o=x"