minor formatting things

This commit is contained in:
Sergey Dudoladov 2019-04-02 15:25:12 +02:00
parent a44da934e6
commit de9ffb6eff
1 changed files with 4 additions and 4 deletions

View File

@ -82,15 +82,15 @@ function clean_up(){
function start_minikube(){
echo "==== START MINIKUBE ==== "
echo "==== START MINIKUBE ===="
echo "May take a few minutes ..."
minikube start
kubectl config set-context minikube
echo "==== MINIKUBE STATUS ==== "
echo "==== MINIKUBE STATUS ===="
minikube status
echo ""
}
@ -133,7 +133,7 @@ function deploy_self_built_image() {
function start_operator(){
echo "==== START OPERATOR ==== "
echo "==== START OPERATOR ===="
echo "Certain operations may be retried multiple times..."
# the order of resource initialization is significant