mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
add comments to shell function
This commit is contained in:
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
Block a user