diff --git a/v2.3.x/site/en/getstarted/cluster/install_cluster-milvusoperator.md b/v2.3.x/site/en/getstarted/cluster/install_cluster-milvusoperator.md index 39a3f96fe..db5ee0d74 100644 --- a/v2.3.x/site/en/getstarted/cluster/install_cluster-milvusoperator.md +++ b/v2.3.x/site/en/getstarted/cluster/install_cluster-milvusoperator.md @@ -298,7 +298,7 @@ my-release-pulsar-zookeeper-0 0/1 Pending 0 16s ### 3. Enable Milvus components -Milvus Operator first creates all dependencies like etcd, Pulsar, and MinIO, and then continues to create Milvus components. Therefore, you can only see the pods of etcd, Pulsar, and MinIO now. Once all denependencies are enabled, Milvus Operator will start all Milvus components. The status of the Milvus cluster is shown as in the following output. +Milvus Operator first creates all dependencies like etcd, Pulsar, and MinIO, and then continues to create Milvus components. Therefore, you can only see the pods of etcd, Pulsar, and MinIO now. Once all dependencies are enabled, Milvus Operator will start all Milvus components. The status of the Milvus cluster is shown as in the following output. ``` ...