edward.zeng

Results 74 comments of edward.zeng

![image](https://github.com/user-attachments/assets/57b7fa2f-bac7-4ebe-85b7-f3974925847b) Using three headless-service address for three etcd members with etcd 3.5.14.

@david-streamlio You need manually disable default pulsar pods like this: ``` helm install milvus-test --set externalPulsar.enabled=true --set pulsarv3.enabled=false milvus/milvus ```

@philic Could you try to rollback your upgrade with `migrate.sh`, then perform the upgrade from 2.1.4->2.2.0?

@sorenwacker Milvus standalone cannot run with dependencies like etcd. You can add env file (named milvus.env) like this: ``` ETCD_USE_EMBED=true ETCD_DATA_DIR=/var/lib/milvus/etcd ETCD_CONFIG_PATH=/milvus/configs/advanced/etcd.yaml COMMON_STORAGETYPE=local ETCD_ENDPOINT=localhost:2479 ``` Then try to run apptainer...