Merge pull request #83753 from immutableT/configure-kas

Isolate the logic related to the configuration of kube-apiserver into a separate script.
This commit is contained in:
Kubernetes Prow Robot
2019-10-15 23:05:48 -07:00
committed by GitHub
8 changed files with 458 additions and 437 deletions

View File

@@ -413,6 +413,7 @@ function kube::release::package_kube_manifests_tarball() {
cp "${src_dir}/${internal_manifest}" "${dst_dir}"
done
cp "${KUBE_ROOT}/cluster/gce/gci/configure-helper.sh" "${dst_dir}/gci-configure-helper.sh"
cp "${KUBE_ROOT}/cluster/gce/gci/configure-kubeapiserver.sh" "${dst_dir}/configure-kubeapiserver.sh"
if [[ -e "${KUBE_ROOT}/cluster/gce/gci/gke-internal-configure-helper.sh" ]]; then
cp "${KUBE_ROOT}/cluster/gce/gci/gke-internal-configure-helper.sh" "${dst_dir}/"
fi