make localupcluster work with RBAC enabled

pull/6/head
deads2k 2016-10-28 12:03:09 -04:00
parent 1cba31af40
commit 5b3e2b230b
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ EOF
# Wait for kube-apiserver to come up before launching the rest of the components.
echo "Waiting for apiserver to come up"
kube::util::wait_for_url "https://${API_HOST}:${API_SECURE_PORT}/api/v1/pods" "apiserver: " 1 ${WAIT_FOR_URL_API_SERVER} || exit 1
kube::util::wait_for_url "https://${API_HOST}:${API_SECURE_PORT}/version" "apiserver: " 1 ${WAIT_FOR_URL_API_SERVER} || exit 1
}
function start_controller_manager {