@@ -245,6 +245,7 @@ The following table lists the configurable parameters of the Milvus Root Coordin
245245| ` rootCoordinator.tolerations ` | Toleration labels for Milvus Root Coordinator pods assignment | ` [] ` |
246246| ` rootCoordinator.heaptrack.enabled ` | Whether to enable heaptrack | ` false ` |
247247| ` rootCoordinator.profiling.enabled ` | Whether to enable live profiling | ` false ` |
248+ | ` rootCoordinator.activeStandby.enabled ` | Whether to enable active-standby | ` false ` |
248249| ` rootCoordinator.extraEnv ` | Additional Milvus Root Coordinator container environment variables | ` [] ` |
249250| ` rootCoordinator.service.type ` | Service type | ` ClusterIP ` |
250251| ` rootCoordinator.service.port ` | Port where service is exposed | ` 19530 ` |
@@ -269,6 +270,7 @@ The following table lists the configurable parameters of the Milvus Query Coordi
269270| ` queryCoordinator.tolerations ` | Toleration labels for Milvus Query Coordinator pods assignment | ` [] ` |
270271| ` queryCoordinator.heaptrack.enabled ` | Whether to enable heaptrack | ` false ` |
271272| ` queryCoordinator.profiling.enabled ` | Whether to enable live profiling | ` false ` |
273+ | ` queryCoordinator.activeStandby.enabled ` | Whether to enable active-standby | ` false ` |
272274| ` queryCoordinator.extraEnv ` | Additional Milvus Query Coordinator container environment variables | ` [] ` |
273275| ` queryCoordinator.service.type ` | Service type | ` ClusterIP ` |
274276| ` queryCoordinator.service.port ` | Port where service is exposed | ` 19530 ` |
@@ -310,6 +312,7 @@ The following table lists the configurable parameters of the Milvus Index Coordi
310312| ` indexCoordinator.tolerations ` | Toleration labels for Milvus Index Coordinator pods assignment | ` [] ` |
311313| ` indexCoordinator.heaptrack.enabled ` | Whether to enable heaptrack | ` false ` |
312314| ` indexCoordinator.profiling.enabled ` | Whether to enable live profiling | ` false ` |
315+ | ` indexCoordinator.activeStandby.enabled ` | Whether to enable active-standby | ` false ` |
313316| ` indexCoordinator.extraEnv ` | Additional Milvus Index Coordinator container environment variables | ` [] ` |
314317| ` indexCoordinator.service.type ` | Service type | ` ClusterIP ` |
315318| ` indexCoordinator.service.port ` | Port where service is exposed | ` 19530 ` |
@@ -351,6 +354,7 @@ The following table lists the configurable parameters of the Milvus Data Coordin
351354| ` dataCoordinator.tolerations ` | Toleration labels for Milvus Data Coordinator pods assignment | ` [] ` |
352355| ` dataCoordinator.heaptrack.enabled ` | Whether to enable heaptrack | ` false ` |
353356| ` dataCoordinator.profiling.enabled ` | Whether to enable live profiling | ` false ` |
357+ | ` dataCoordinator.activeStandby.enabled ` | Whether to enable active-standby | ` false ` |
354358| ` dataCoordinator.extraEnv ` | Additional Milvus Data Coordinator container environment variables | ` [] ` |
355359| ` dataCoordinator.service.type ` | Service type | ` ClusterIP ` |
356360| ` dataCoordinator.service.port ` | Port where service is exposed | ` 19530 ` |
0 commit comments