We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b44fa4 commit d681a04Copy full SHA for d681a04
cluster/gce/gci/configure.sh
@@ -573,6 +573,9 @@ function install-kube-binary-config {
573
mv "${src_dir}/kubelet" "${KUBE_BIN}"
574
mv "${src_dir}/kubectl" "${KUBE_BIN}"
575
576
+ # Some older images have LICENSES baked-in as a file. Presumably they will
577
+ # have the directory baked-in eventually.
578
+ rm -rf "${KUBE_HOME}"/LICENSES
579
mv "${KUBE_HOME}/kubernetes/LICENSES" "${KUBE_HOME}"
580
mv "${KUBE_HOME}/kubernetes/kubernetes-src.tar.gz" "${KUBE_HOME}"
581
fi
0 commit comments