milvus-operator icon indicating copy to clipboard operation
milvus-operator copied to clipboard

The Kubernetes Operator of Milvus.

Results 103 milvus-operator issues
Sort by recently updated
recently updated
newest added

Is there a way to configure the rollingUpdate strategy for the querynode deployment separately in the milvus-operator? In cases where there are a large number of queryNode pods with high...

enhancement

Hi, While creating Milvus cluster on gcp cloud getting "loading invalid entry for chart "milvus-operator" "" from https://zilliztech.github.io/milvus-operator/: validation: chart.metadata.version is required" Pls suggest

bug

Hi, I've installed the operator following this instructions, for environments with existent cert-manager(v1.14.4) implementation https://github.com/zilliztech/milvus-operator/blob/main/docs/installation/installation.md#installation ```shell helm install milvus-operator \ -n milvus-operator --create-namespace \ https://github.com/zilliztech/milvus-operator/releases/download/v0.9.13/milvus-operator-0.9.13.tgz \ --set checker.disableCertManagerCheck=true ``` ##...

https://github.com/milvus-io/milvus/issues/32065

bug

### Description: 1. **Why this feature is needed:** - Sometimes, pulling images from Docker Hub can be slow in the company's environment. There is a need to replace it with...

bug

I am trying to use an external minio for Milvus in standalone mode, but I am getting an access denied error. I followed instructions here to create the config -...

bug

Hi, I'm encountering an issue where the version upgrade via the operator is not working. I'm upgrading from 2.3.8 to 2.3.10, and there are two issues: 1. Although the upgrade...

enhancement
question

replace #39 part of #84

approved
do-not-merge/hold
do-not-merge/work-in-progress
size/XXL

- [x] Support reconcile without changing replicas #97 - [ ] Add doc for configuration

enhancement
good first issue

Hello. Some questions. When using the Operator and installing a Milvus cluster with kubectl apply -f like so ```yaml apiVersion: milvus.io/v1beta1 kind: Milvus metadata: name: wtf namespace: workspace labels: app:...

documentation