Zhi
Zhi
The issue is likely with etcd; my Kubernetes (k8s) is running on the Docker engine, with version v26.1.2. I have also seen this issue in the official issue tracker, but...
full logs: etcd 02:50:33.50 etcd 02:50:33.50 Welcome to the Bitnami etcd container etcd 02:50:33.50 Subscribe to project updates by watching https://github.com/bitnami/containers etcd 02:50:33.50 Submit issues and feature requests at https://github.com/bitnami/containers/issues...
https://github.com/bitnami/containers/issues/19759
It should be a bug caused by storage, and the specific location should be an issue with the op_lock stored in NFS.
It is recommended that the official provide a best practice for setting up etcd, mq, and minio storage and recommend using local pv for these highly available components.
tks for your advise, we will try to deploy the components that Milvus depend on as expected.
Add installation in README.md? :-)
my cluster yaml is :milvus_cluster_minimum.yaml ``` # This is a sample to deploy a milvus cluster using pulsar with minimum cost of resources. apiVersion: milvus.io/v1beta1 kind: Milvus metadata: name: snrobots...
> Have you tried to set `DEBUG` system env to `true`? The app.py has been applied in api/app.py when DEBUG=ture. Yes, I have set DEBUG=true in .env file. > And...