mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Message to cut-n-paste instructions
This commit is contained in:
parent
849cfaaf09
commit
27770952a7
@ -90,8 +90,8 @@ SHA1=$(sha1 "${KUBE_BUILD_DIR}/kubernetes.tar.gz")
|
|||||||
|
|
||||||
cat <<- EOM
|
cat <<- EOM
|
||||||
|
|
||||||
Success! You must now do the following: (you may want to cut
|
Success! You must now do the following (you may want to cut and paste these
|
||||||
and paste these instructions elsewhere, step 1 can be spammy)
|
instructions elsewhere):
|
||||||
|
|
||||||
1) (cd ${KUBE_BUILD_DIR}; build/push-official-release.sh ${KUBE_RELEASE_VERSION})
|
1) (cd ${KUBE_BUILD_DIR}; build/push-official-release.sh ${KUBE_RELEASE_VERSION})
|
||||||
2) Go to https://github.com/GoogleCloudPlatform/kubernetes/releases
|
2) Go to https://github.com/GoogleCloudPlatform/kubernetes/releases
|
||||||
|
@ -111,7 +111,8 @@ You would now do the following, if not a dry run:
|
|||||||
EOM
|
EOM
|
||||||
else
|
else
|
||||||
cat > "${INSTRUCTIONS}" <<- EOM
|
cat > "${INSTRUCTIONS}" <<- EOM
|
||||||
Success! You must now do the following:
|
Success! You must now do the following (you may want to cut and paste these
|
||||||
|
instructions elsewhere):
|
||||||
|
|
||||||
EOM
|
EOM
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user