mirror of https://github.com/k3s-io/k3s
add comments to shell function
parent
cd5e658518
commit
f02a986081
|
@ -18,6 +18,13 @@ function prepare-e2e() {
|
|||
echo "Local doesn't need special preparations for e2e tests" 1>&2
|
||||
}
|
||||
|
||||
# Detect the IP for the master
|
||||
#
|
||||
# Vars set:
|
||||
# KUBE_MASTER
|
||||
# KUBE_MASTER_IP
|
||||
# Vars exported:
|
||||
# KUBE_MASTER_URL
|
||||
function detect-master {
|
||||
KUBE_MASTER=localhost
|
||||
KUBE_MASTER_IP=127.0.0.1
|
||||
|
|
Loading…
Reference in New Issue