edward.zeng
edward.zeng
@sd1620597 `user.yaml` will take the first priority. By default, `user.yaml` will be merged into `milvus.yaml`, and `user.yaml` has higher priority.
We've proceed the following tests: 1. install a milvus cluster with chart version `4.0.11` with milvus version `v2.2.3` ``` helm install test-1 milvus/milvus --version=4.0.11 ```  2. create a `new-values.yaml`...
@iamatsundere Nice catch. Could you make the commit with `-s` to pass dco check and also make sure rebase the commits into one?
We have some requirements for kafka broker settings: ``` 1. enable topic create 2. set default topic partition number to 1 3. increase the `message.max.bytes=10485760` ,`replica.fetch.max.bytes=10485760` ``` @mohitreddy1996 We've used...
Yes, we'll refine the doc for enabling active-standby for mixcoord deployment.
/assign @locustbaby If enable active-standby for mixcoord, we'd enable active-standby for all the coord automatically.
@KubrickLiu Yes you can increase `zones` to add a new server pool which will increase the total capacity for your minio cluster. Beware suppose you have `drivesPerNode` as `1` and...
@Gy1900 Could you double check the bookie memory setting? It's recommended to set 4G as heap and 8G for direct memory like this in the pulsar-bookie configmap: ``` PULSAR_MEM: |...
@shanghaikid @wutachiang Even if we removed the indexcoord from the helm chart, the indexnode will still bound to `dataCoord`.
@weiZhenkun It's recommended to use a specific tag instead only `focal`, like `focal-2024010`.