Open david-streamlio opened 3 months ago
When I install Milvus from the latest Helm chart using the following command, I see that pulsar and all of the associated pods are created.
Steps to reproduce:
helm repo add milvus https://zilliztech.github.io/milvus-helm/
helm repo update
helm install milvus-test --set externalPulsar.enabled=true milvus/milvus
kubectl get pods | grep pulsar
When I install Milvus from the latest Helm chart using the following command, I see that pulsar and all of the associated pods are created.
Steps to reproduce:
helm repo add milvus https://zilliztech.github.io/milvus-helm/
helm repo update
helm install milvus-test --set externalPulsar.enabled=true milvus/milvus
kubectl get pods | grep pulsar