[skip ci] Add comment for install_milvus script (#11472)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2021-11-09 19:18:47 +08:00 committed by GitHub
parent 3fc9983998
commit 5e710ccfb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
# or implied. See the License for the specific language governing permissions and limitations under the License.
# Exit immediately for non zero status
set -e
set -x
@ -46,7 +47,7 @@ if [[ ! -d "${MILVUS_HELM_CHART_PATH:-}" ]]; then
MILVUS_HELM_CHART_PATH="${TMP_DIR}/charts/milvus"
fi
# create namespace when it does not exist
# Create namespace when it does not exist
kubectl create namespace "${MILVUS_HELM_NAMESPACE}" > /dev/null 2>&1 || true
if [[ "${MILVUS_CLUSTER_ENABLED}" == "true" ]]; then