edward.zeng
edward.zeng
@Uzay-G Could you provide the output of `docker-compose ps` ?
> BTW I have suspect I have a similar issue in .deb standalone installation. What logs do I need to post a bug report? (what are their locations) You'd provide...
> Hmm okay I am trying to figure this out. It seems that it's a problem with etcd. It's saved lots of .wal files (above the limit) and when it...
@erezweissgloat I've tested that milvus support aws msk with sasl_ssl. Given the above settings in helm chart, it will generate the configmap like this: ``` kafka: brokerList: ***:9096,***:9096,***:9096 securityProtocol: SASL_SSL...
@erezweissgloat For now we don't support pass `kafka.saslPassword` as an env.
@icodersky The command of: ``` helm upgrade --install --set attu.enabled=true hx-release milvus/milvus ``` will first check whether `hx-release` release exists, if exists, it will upgrade the release with provided new...
@icodersky Why do you reinstall kubernetes? What kind of storageclass do you use?
@icodersky This is because you've reinstalled a kubernetes cluster, which does not have any information about the pvc used by mulvus previous release. So when you `helm upgrade --install`, it...