Merge pull request #90575 from thockin/fix_license_again

Reorganize vendor licenses again (revert #85220)
This commit is contained in:
Kubernetes Prow Robot
2020-05-08 23:03:51 -07:00
committed by GitHub
247 changed files with 24609 additions and 25474 deletions

View File

@@ -322,7 +322,7 @@ function install-exec-auth-plugin {
local -r license_url="${EXEC_AUTH_PLUGIN_LICENSE_URL}"
echo "Downloading gke-exec-auth-plugin license"
download-or-bust "" "${license_url}"
mv "${KUBE_HOME}/LICENSE" "${KUBE_BIN}/gke-exec-auth-plugin-license"
mv "${KUBE_HOME}/LICENSES/LICENSE" "${KUBE_BIN}/gke-exec-auth-plugin-license"
}
function install-kube-manifests {

View File

@@ -3382,7 +3382,7 @@ function check-cluster() {
local start_time=$(date +%s)
local curl_out=$(mktemp)
kube::util::trap_add "rm -f ${curl_out}" EXIT
until curl --cacert "${CERT_DIR}/pki/ca.crt" \
until curl -vsS --cacert "${CERT_DIR}/pki/ca.crt" \
-H "Authorization: Bearer ${KUBE_BEARER_TOKEN}" \
${secure} \
--max-time 5 --fail \