mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #13101 from andyzheng0831/trusty
Stage trusty/node.yaml for GKE use
This commit is contained in:
commit
3c0a05de4a
@ -909,9 +909,11 @@ function kube::release::gcs::copy_release_artifacts() {
|
||||
# Stage everything in release directory
|
||||
kube::release::gcs::stage_and_hash "${RELEASE_DIR}"/* . || return 1
|
||||
|
||||
# Having the configure-vm.sh script from the GCE cluster deploy hosted with the
|
||||
# release is useful for GKE.
|
||||
# Having the configure-vm.sh and trusty/node.yaml scripts from the GCE cluster
|
||||
# deploy hosted with the release is useful for GKE.
|
||||
kube::release::gcs::stage_and_hash "${RELEASE_STAGE}/full/kubernetes/cluster/gce/configure-vm.sh" extra/gce || return 1
|
||||
kube::release::gcs::stage_and_hash "${RELEASE_STAGE}/full/kubernetes/cluster/gce/trusty/node.yaml" extra/gce || return 1
|
||||
|
||||
|
||||
# Upload the "naked" binaries to GCS. This is useful for install scripts that
|
||||
# download the binaries directly and don't need tars.
|
||||
|
Loading…
Reference in New Issue
Block a user