etcd: enabled: true name: etcd replicaCount: 3 pdb: create: false image: repository: "milvusdb/etcd" tag: "3.5.0-r7" pullPolicy: IfNotPresent
service: type: ClusterIP port: 2379 peerPort: 2380
auth: rbac: enabled: false
persistence: enabled: true storageClass: accessMode: ReadWriteOnce size: 10Gi
Enable auto compaction
compaction by every 1000 revision
autoCompactionMode: revision autoCompactionRetention: "1000"
Increase default quota to 4G
extraEnvVars:
- name: ETCD_QUOTA_BACKEND_BYTES value: "4294967296"
- name: ETCD_HEARTBEAT_INTERVAL value: "500"
- name: ETCD_ELECTION_TIMEOUT
enter code here
value: "2500"
Configuration values for the pulsar dependency
ref: https://github.com/apache/pulsar-helm-chart
I am trying to run the milvus cluster using kubernete in ubuntu server. I used helm menifest https://milvus-io.github.io/milvus-helm/
Values.yaml https://raw.githubusercontent.com/milvus-io/milvus-helm/master/charts/milvus/values.yaml
I checked PersistentValumeClaim their was an error no persistent volumes available for this claim and no storage class is set