mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-12 21:40:29 +00:00
Merge pull request #90575 from thockin/fix_license_again
Reorganize vendor licenses again (revert #85220)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user