This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 81ace3d4917 [k8s][script]ms specify start conf (#55615)
81ace3d4917 is described below
commit 81ace3d4917a7c308f4d6ebb4950b3c50ddbc87a
Author: smiletan <[email protected]>
AuthorDate: Thu Sep 4 14:18:42 2025 +0800
[k8s][script]ms specify start conf (#55615)
---
docker/runtime/be/resource/be_disaggregated_entrypoint.sh | 2 +-
docker/runtime/ms/resource/ms_disaggregated_entrypoint.sh | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docker/runtime/be/resource/be_disaggregated_entrypoint.sh
b/docker/runtime/be/resource/be_disaggregated_entrypoint.sh
index 1a4c0b4dd06..9fd4286433f 100755
--- a/docker/runtime/be/resource/be_disaggregated_entrypoint.sh
+++ b/docker/runtime/be/resource/be_disaggregated_entrypoint.sh
@@ -86,7 +86,7 @@ update_conf_from_configmap()
if [[ "$conffile" == "be.conf" ]]; then
cp $CONFIGMAP_MOUNT_PATH/$conffile $DORIS_HOME/conf/$file
echo "deploy_mode = cloud" >> $DORIS_HOME/conf/$file
- ontinue
+ continue
fi
ln -sfT $CONFIGMAP_MOUNT_PATH/$conffile $tgt
done
diff --git a/docker/runtime/ms/resource/ms_disaggregated_entrypoint.sh
b/docker/runtime/ms/resource/ms_disaggregated_entrypoint.sh
index 6fdb0b1b006..5db4e007b38 100755
--- a/docker/runtime/ms/resource/ms_disaggregated_entrypoint.sh
+++ b/docker/runtime/ms/resource/ms_disaggregated_entrypoint.sh
@@ -41,4 +41,5 @@ if [[ -d $CONFIGMAP_PATH ]]; then
done
fi
-$DORIS_HOME/ms/bin/start.sh --console
+
+$DORIS_HOME/ms/bin/start.sh --console
--conf=$DORIS_HOME/ms/conf/doris_cloud.conf
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]