mirror of https://github.com/k3s-io/k3s
commit
cad5f03311
|
@ -16,4 +16,4 @@
|
||||||
|
|
||||||
export ELASTICSEARCH_URL=${ELASTICSEARCH_URL:-"http://localhost:9200"}
|
export ELASTICSEARCH_URL=${ELASTICSEARCH_URL:-"http://localhost:9200"}
|
||||||
echo ELASTICSEARCH_URL=${ELASTICSEARCH_URL}
|
echo ELASTICSEARCH_URL=${ELASTICSEARCH_URL}
|
||||||
/kibana-4.0.2-linux-x64/bin/kibana -e ${ELASTICSEARCH_URL}
|
/kibana-4.0.2-linux-x64/bin/kibana -e ${ELASTICSEARCH_URL}
|
||||||
|
|
|
@ -63,4 +63,4 @@ while true; do
|
||||||
done
|
done
|
||||||
wait
|
wait
|
||||||
|
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
|
|
@ -72,4 +72,4 @@ EOF
|
||||||
|
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl enable kubelet
|
systemctl enable kubelet
|
||||||
systemctl start kubelet
|
systemctl start kubelet
|
||||||
|
|
|
@ -48,4 +48,4 @@ EOF
|
||||||
|
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl enable kube-proxy
|
systemctl enable kube-proxy
|
||||||
systemctl start kube-proxy
|
systemctl start kube-proxy
|
||||||
|
|
|
@ -27,4 +27,4 @@ set -o pipefail
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||||
KUBE_CONFIG_FILE="config-default.sh"
|
KUBE_CONFIG_FILE="config-default.sh"
|
||||||
|
|
||||||
${KUBE_ROOT}/hack/ginkgo-e2e.sh --ginkgo.focus=Networking
|
${KUBE_ROOT}/hack/ginkgo-e2e.sh --ginkgo.focus=Networking
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
|
|
||||||
## Contains configuration values for interacting with the Ubuntu cluster in test mode
|
## Contains configuration values for interacting with the Ubuntu cluster in test mode
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
|
||||||
source "${KUBE_ROOT}/cluster/ubuntu/config-default.sh"
|
source "${KUBE_ROOT}/cluster/ubuntu/config-default.sh"
|
||||||
|
|
|
@ -79,4 +79,4 @@ do
|
||||||
else
|
else
|
||||||
python "$t" || true
|
python "$t" || true
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
@ -38,4 +38,4 @@ start
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
sleep 5
|
sleep 5
|
||||||
done
|
done
|
||||||
|
|
|
@ -44,4 +44,4 @@ echo "Ceph is ready"
|
||||||
# Wait forever
|
# Wait forever
|
||||||
while true; do
|
while true; do
|
||||||
sleep 10
|
sleep 10
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue