Skip to content

Commit

Permalink
Merge pull request kruize#1346 from chandrams/turn_off_local
Browse files Browse the repository at this point in the history
Turning off local mode in remote monitoring non-functional tests
  • Loading branch information
chandrams authored Oct 17, 2024
2 parents 440e39f + c7a593d commit b760ce4
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 b760ce4

Please sign in to comment.