edward.zeng
edward.zeng
So `bundle check` will always fail in production, because `bundle install` without the `development` and `test` group.
@dzqoo This typo has been fixed. You can check the `milvus_dashboard.json` in the master branch from [here](https://github.com/milvus-io/milvus/blob/f22fc4f2369c7299f9f7df6d0b32764cd8d2a3a6/deployments/monitor/grafana/milvus-dashboard.json#L303).
@zhuwenxing From the above log: ``` Error: Write failed. Insufficient number of disks online ``` minio does not have a quorum to accept any writes. And by default, we does...
@yuliu-eric Enable authorization with helm chart, you need explicitly set: ``` authorization: enabled: true ``` in your values.
milvus started normally since 2022-02-27T02:23:56.
@yuliu-eric Originally we had labeled some metrics with `collection name` or `collection id` as a label, but this will largely increase the metrics cardinality which will bring high memory pressure...
@zhoudayu123 Did you deploy a milvus cluster into a aws eks with s3 iam role? If so you'd create a service account which binds a iam role first. And here's...
@erezweissgloat Have you setup the service account for a iam role following the above instructions?
@dada-2020 @filereadAndrew By default the milvus image will support memory index and disk index at the same time. You can try milvus image from milvusdb/milvus:v2.2.0.