From de9ffb6effef70497ba05c806f9a5ee145431a21 Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Tue, 2 Apr 2019 15:25:12 +0200 Subject: [PATCH] minor formatting things --- run_operator_locally.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run_operator_locally.sh b/run_operator_locally.sh index 2594097b2..ee0768354 100755 --- a/run_operator_locally.sh +++ b/run_operator_locally.sh @@ -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