未验证 提交 e53c7eb4 编写于 作者: J Jenny Li 提交者: GitHub

[skip ci] Add comment into install milvus script (#11441)

Signed-off-by: NJenny Li <jing.li@zilliz.com>
上级 607cf143
......@@ -46,6 +46,7 @@ if [[ ! -d "${MILVUS_HELM_CHART_PATH:-}" ]]; then
MILVUS_HELM_CHART_PATH="${TMP_DIR}/charts/milvus"
fi
# create namespace when it does not exist
kubectl create namespace "${MILVUS_HELM_NAMESPACE}" > /dev/null 2>&1 || true
if [[ "${MILVUS_CLUSTER_ENABLED}" == "true" ]]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册