Commit f02a9860 authored by danielqsj's avatar danielqsj

add comments to shell function

parent cd5e6585
...@@ -18,6 +18,13 @@ function prepare-e2e() { ...@@ -18,6 +18,13 @@ function prepare-e2e() {
echo "Local doesn't need special preparations for e2e tests" 1>&2 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 { function detect-master {
KUBE_MASTER=localhost KUBE_MASTER=localhost
KUBE_MASTER_IP=127.0.0.1 KUBE_MASTER_IP=127.0.0.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment