File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,16 @@ function prepare-e2e() {
18
18
echo " Local doesn't need special preparations for e2e tests" 1>&2
19
19
}
20
20
21
+ # Detect the IP for the master
22
+ #
23
+ # Vars set:
24
+ # KUBE_MASTER
25
+ # KUBE_MASTER_IP
26
+ # Vars exported:
27
+ # KUBE_MASTER_URL
21
28
function detect-master {
22
29
KUBE_MASTER=localhost
23
30
KUBE_MASTER_IP=127.0.0.1
24
- KUBE_MASTER_URL=" http://${KUBE_MASTER_IP} :8080"
31
+ export KUBE_MASTER_URL=" http://${KUBE_MASTER_IP} :8080"
25
32
echo " Using master: $KUBE_MASTER (external IP: $KUBE_MASTER_IP )"
26
33
}
Original file line number Diff line number Diff line change 24
24
./cluster/kubemark/gce/config-default.sh
25
25
./cluster/kubemark/iks/config-default.sh
26
26
./cluster/kubemark/util.sh
27
- ./cluster/local/util.sh
28
27
./cluster/log-dump/log-dump.sh
29
28
./cluster/pre-existing/util.sh
30
29
./cluster/restore-from-backup.sh
You can’t perform that action at this time.
0 commit comments