Disable kubernetes-discovery in local-up-cluster.sh

pull/6/head
Jordan Liggitt 2016-12-06 23:24:20 -05:00
parent 470222e0bb
commit 9070e3b161
No known key found for this signature in database
GPG Key ID: 24E7ADF9A3B42012
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@ if [[ "${START_MODE}" != "kubeletonly" ]]; then
start_etcd start_etcd
set_service_accounts set_service_accounts
start_apiserver start_apiserver
start_discovery # start_discovery
start_controller_manager start_controller_manager
start_kubeproxy start_kubeproxy
start_kubedns start_kubedns