Skip to content

Commit d987d12

Browse files
authored
Merge pull request #3263 from liyun95/preview
update 2.6.0 upgrade guide
2 parents 92f058c + 4b41b46 commit d987d12

File tree

5 files changed

+3
-44
lines changed

5 files changed

+3
-44
lines changed

site/en/adminGuide/upgrade_milvus_cluster-helm.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,7 @@ This guide describes how to upgrade your Milvus cluster from v2.5.x to v{{var.mi
1818

1919
### What's new in v{{var.milvus_release_version}}
2020

21-
Upgrading from Milvus 2.5.x to {{var.milvus_release_version}} involves significant architectural changes:
22-
23-
- **Coordinator consolidation**: Legacy separate coordinators (`dataCoordinator`, `queryCoordinator`, `indexCoordinator`) have been consolidated into a single `mixCoordinator`
24-
- **New components**: Introduction of Streaming Node and other new components
25-
- **Component removal**: Certain legacy components including `indexNode` have been removed
26-
27-
<div class="alert note">
28-
This upgrade is <strong>irreversible</strong>. You cannot roll back to a previous version once the upgrade is completed. For details on architectural changes, refer to <a href="architecture_overview.md">Milvus Architecture Overview</a>.
29-
</div>
21+
As of Milvus 2.6.0, the legacy separate coordinators (`dataCoord`, `queryCoord`, `indexCoord`) have been consolidated into a single `mixCoord`. This upgrade process ensures proper migration to the new architecture. For more information on architecture changes, refer to [Milvus Architecture Overview](architecture_overview.md).
3022

3123
### Requirements
3224

@@ -121,9 +113,6 @@ Confirm your cluster is running the new version:
121113
```bash
122114
# Check pod status
123115
kubectl get pods
124-
125-
# Verify Helm release
126-
helm list
127116
```
128117

129118
For additional support, consult the [Milvus documentation](https://milvus.io/docs) or [community forum](https://github.com/milvus-io/milvus/discussions).

site/en/adminGuide/upgrade_milvus_cluster-operator.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ kubectl patch -f milvusupgrade.yaml --patch-file milvusupgrade.yaml --type merge
9292
Wait for completion:
9393

9494
```bash
95-
# Monitor the upgrade progress
96-
kubectl get pods -w
97-
9895
# Verify all pods are ready
9996
kubectl get pods
10097
```

site/en/adminGuide/upgrade_milvus_standalone-helm.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,7 @@ This guide describes how to upgrade your Milvus standalone deployment from v2.5.
1919

2020
### What's new in v{{var.milvus_release_version}}
2121

22-
Upgrading from Milvus 2.5.x to {{var.milvus_release_version}} involves significant architectural changes:
23-
24-
- **New components**: Introduction of Streaming Node and other new components
25-
- **Component optimizations**: Enhanced performance and streamlined architecture
26-
27-
This upgrade process ensures proper migration to the new architecture. For more information on architecture changes, refer to <a href="architecture_overview.md">Milvus Architecture Overview</a>.
28-
29-
<div class="alert note">
30-
This upgrade is <strong>irreversible</strong>. You cannot roll back to a previous version once the upgrade is completed.
31-
</div>
22+
As of Milvus 2.6.0, the legacy separate coordinators (`dataCoord`, `queryCoord`, `indexCoord`) have been consolidated into a single `mixCoord`. This upgrade process ensures proper migration to the new architecture. For more information on architecture changes, refer to [Milvus Architecture Overview](architecture_overview.md).
3223

3324
### Requirements
3425

site/en/adminGuide/upgrade_milvus_standalone-operator.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,7 @@ This guide describes how to upgrade your Milvus standalone deployment from v2.5.
1818

1919
### What's new in v{{var.milvus_release_version}}
2020

21-
Upgrading from Milvus 2.5.x to {{var.milvus_release_version}} involves significant architectural changes:
22-
23-
- **New components**: Introduction of Streaming Node and other new components
24-
- **Component optimizations**: Enhanced performance and streamlined architecture for standalone deployments
25-
26-
This upgrade process ensures proper migration to the new architecture. For more information on architecture changes, refer to <a href="architecture_overview.md">Milvus Architecture Overview</a>.
27-
28-
<div class="alert note">
29-
This upgrade is <strong>irreversible</strong>. You cannot roll back to a previous version once the upgrade is completed.
30-
</div>
21+
As of Milvus 2.6.0, the legacy separate coordinators (`dataCoord`, `queryCoord`, `indexCoord`) have been consolidated into a single `mixCoord`. This upgrade process ensures proper migration to the new architecture. For more information on architecture changes, refer to [Milvus Architecture Overview](architecture_overview.md).
3122

3223
### Requirements
3324

site/en/getstarted/run-milvus-k8s/install_cluster-helm.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Once you have installed the Helm chart, you can start Milvus on Kubernetes. This
6969
<strong>Need standalone deployment instead?</strong>
7070
7171
If you prefer to deploy Milvus in standalone mode (single node) for development or testing, use this command:
72-
7372
```bash
7473
helm install my-release zilliztech/milvus \
7574
--set image.all.tag=v{{var.milvus_release_version}} \
@@ -111,10 +110,6 @@ For complete architecture details, refer to the [Architecture Overview](architec
111110
112111
</div>
113112
114-
**Command parameters:**
115-
- `my-release`: Your deployment name (use letters, numbers, and dashes only)
116-
- `zilliztech/milvus`: The Helm chart repository
117-
118113
**Next steps:**
119114
The command above deploys Milvus with default configurations. For production use:
120115
- Use the [Milvus Sizing Tool](https://milvus.io/tools/sizing) to optimize settings based on your data size
@@ -171,10 +166,6 @@ my-release-pulsar-zookeeper-0 1/1 Running 0 3m23s
171166
my-release-pulsar-zookeeper-metadata-98zbr 0/1 Completed 0 3m24s
172167
```
173168
174-
**Key components to verify:**
175-
- **Milvus components**: `mixcoord`, `datanode`, `querynode`, `proxy`, `streaming-node`
176-
- **Dependencies**: `etcd` (metadata), `minio` (object storage), `pulsar` (message queue)
177-
178169
You can also access the **Milvus WebUI** at `http://127.0.0.1:9091/webui/` once port forwarding is set up (see next step). For details, refer to [Milvus WebUI](milvus-webui.md).
179170
180171
### 3. Connect to Milvus

0 commit comments

Comments
 (0)