mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-23 10:32:03 +00:00
add func test-build-release
Signed-off-by: He Simei <hesimei@zju.edu.cn>
This commit is contained in:
parent
738f403eea
commit
9e2ac1b8bd
@ -26,6 +26,13 @@ MASTER=""
|
|||||||
MASTER_IP=""
|
MASTER_IP=""
|
||||||
MINION_IPS=""
|
MINION_IPS=""
|
||||||
|
|
||||||
|
# Assumed Vars:
|
||||||
|
# KUBE_ROOT
|
||||||
|
function test-build-release {
|
||||||
|
# Make a release
|
||||||
|
"${KUBE_ROOT}/build/release.sh"
|
||||||
|
}
|
||||||
|
|
||||||
# From user input set the necessary k8s and etcd configuration infomation
|
# From user input set the necessary k8s and etcd configuration infomation
|
||||||
function setClusterInfo() {
|
function setClusterInfo() {
|
||||||
ii=0
|
ii=0
|
||||||
|
Loading…
Reference in New Issue
Block a user