mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Remove a print that is confusing jq in the e2e tests.
This commit is contained in:
parent
8daf8c7a30
commit
0fda53ea1c
@ -27,7 +27,6 @@ fi
|
|||||||
|
|
||||||
detect-master > /dev/null
|
detect-master > /dev/null
|
||||||
if [ "$KUBE_MASTER_IP" != "" ] && [ "$KUBERNETES_MASTER" == "" ]; then
|
if [ "$KUBE_MASTER_IP" != "" ] && [ "$KUBERNETES_MASTER" == "" ]; then
|
||||||
echo "Setting master to: https://${KUBE_MASTER_IP}"
|
|
||||||
export KUBERNETES_MASTER=https://${KUBE_MASTER_IP}
|
export KUBERNETES_MASTER=https://${KUBE_MASTER_IP}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user