Update deprecated flags for "make test-cmd"

This commit is contained in:
Cao Shufeng
2017-05-31 15:20:09 +08:00
parent 5995690396
commit 33cecc3499
2 changed files with 3 additions and 6 deletions

View File

@@ -30,7 +30,6 @@ ETCD_PORT=${ETCD_PORT:-2379}
API_PORT=${API_PORT:-8080}
SECURE_API_PORT=${SECURE_API_PORT:-6443}
API_HOST=${API_HOST:-127.0.0.1}
KUBELET_PORT=${KUBELET_PORT:-10250}
KUBELET_HEALTHZ_PORT=${KUBELET_HEALTHZ_PORT:-10248}
CTLRMGR_PORT=${CTLRMGR_PORT:-10252}
PROXY_HOST=127.0.0.1 # kubectl only serves on localhost.