Skip to content

Commit

Permalink
Turning off local mode
Browse files Browse the repository at this point in the history
Signed-off-by: Chandrakala Subramanyam <[email protected]>
  • Loading branch information
chandrams committed Oct 16, 2024
1 parent 440e39f commit c7a593d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ KRUIZE_SETUP_LOG="${LOG_DIR}/kruize_setup.log"

# Setup kruize
echo "Setting up kruize..." | tee -a ${LOG}
kruize_remote_patch
cluster_type=${CLUSTER_TYPE}
pushd ${KRUIZE_REPO} > /dev/null
kruize_remote_patch
echo "./deploy.sh -c ${CLUSTER_TYPE} -i ${KRUIZE_IMAGE} -m ${target} -t >> ${KRUIZE_SETUP_LOG}" | tee -a ${LOG}
./deploy.sh -c ${CLUSTER_TYPE} -i ${KRUIZE_IMAGE} -m ${target} -t >> ${KRUIZE_SETUP_LOG} 2>&1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ KRUIZE_SERVICE_LOG="${LOG_DIR}/kruize_service.log"
if [ ${kruize_setup} == true ]; then
echo "Setting up kruize..." | tee -a ${LOG}
echo "setting local=false"
kruize_remote_patch
cluster_type=${CLUSTER_TYPE}
pushd ${KRUIZE_REPO} > /dev/null
kruize_remote_patch
echo "./deploy.sh -c ${CLUSTER_TYPE} -i ${KRUIZE_IMAGE} -m ${target} -t >> ${KRUIZE_SETUP_LOG}" | tee -a ${LOG}
./deploy.sh -c ${CLUSTER_TYPE} -i ${KRUIZE_IMAGE} -m ${target} -t >> ${KRUIZE_SETUP_LOG} 2>&1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ echo "Invoking jmeter setup...done" | tee -a ${LOG}

echo "Setting up kruize..." | tee -a ${LOG}
echo "setting local=false"
kruize_remote_patch
cluster_type=${CLUSTER_TYPE}
pushd ${KRUIZE_REPO} > /dev/null
kruize_remote_patch
echo "./deploy.sh -c ${CLUSTER_TYPE} -i ${KRUIZE_IMAGE} -m ${target} -t >> ${LOG_DIR}/kruize_setup.log"
./deploy.sh -c ${CLUSTER_TYPE} -i ${KRUIZE_IMAGE} -m ${target} -t >> ${LOG_DIR}/kruize_setup.log 2>&1

Expand Down

0 comments on commit c7a593d

Please sign in to comment.