Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After introducing pulsar v3, using kafka as mq in values.yaml was successfully deployed before, but now an error occurs. #154

Open
zhuwenxing opened this issue Nov 25, 2024 · 0 comments

Comments

@zhuwenxing
Copy link

kafka:
  enabled: true
  name: kafka
  replicaCount: 3
  defaultReplicationFactor: 2
pulsar:
  enabled: false
 + helm install --wait --debug --timeout 600s text-match-test-22 milvus/milvus --set image.all.repository=harbor.milvus.io/milvus/milvus --set image.all.tag=master-20241125-fbb68ca3-amd64 --set metrics.serviceMonitor.enabled=true --set quotaAndLimits.enabled=false -f ../cluster-values.yaml -n=chaos-testing
 WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /root/.kube/config
 WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /root/.kube/config
 install.go:178: [debug] Original chart version: ""
 install.go:195: [debug] CHART PATH: /root/.cache/helm/repository/milvus-4.2.27.tgz
 Error: INSTALLATION FAILED: template: milvus/charts/pulsarv3/templates/pulsar-manager-deployment.yaml:20:51: executing "milvus/charts/pulsarv3/templates/pulsar-manager-deployment.yaml" at <.Values.extra.pulsar_manager>: nil pointer evaluating interface {}.pulsar_manager
 helm.go:84: [debug] template: milvus/charts/pulsarv3/templates/pulsar-manager-deployment.yaml:20:51: executing "milvus/charts/pulsarv3/templates/pulsar-manager-deployment.yaml" at <.Values.extra.pulsar_manager>: nil pointer evaluating interface {}.pulsar_manager
 INSTALLATION FAILED
 main.newInstallCmd.func2
 	helm.sh/helm/v3/cmd/helm/install.go:127
 github.com/spf13/cobra.(*Command).execute
 	github.com/spf13/cobra@v1.3.0/command.go:856
 github.com/spf13/cobra.(*Command).ExecuteC
 	github.com/spf13/cobra@v1.3.0/command.go:974
 github.com/spf13/cobra.(*Command).Execute
 	github.com/spf13/cobra@v1.3.0/command.go:902
 main.main
 	helm.sh/helm/v3/cmd/helm/helm.go:83
 runtime.main
 	runtime/proc.go:255
 runtime.goexit
 	runtime/asm_amd64.s:1581
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant