You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/07 07:11:43 UTC

[GitHub] [pulsar-helm-chart] chlyzzo opened a new issue #160: helm install --valtopic lose: ues examples/values-minikube.yaml --set initialize=true --namespace pulsar-st pulsar-minikube ./charts/pulsar

chlyzzo opened a new issue #160:
URL: https://github.com/apache/pulsar-helm-chart/issues/160


   **Is your feature request related to a problem? Please describe.**
   first, i clone apache/pulsar-helm-chart, on k8s machine, i use the command:
   -------
   helm install --values examples/values-minikube.yaml --set initialize=true --namespace pulsar-st pulsar-minikube ./charts/pulsar
   ---------
   install a pulsar;
   then i get a pulsar, so i use the command into pulsar:
   kubectl exec -it -n pulsar-st pulsar-minikube-toolset-0 -- /bin/bash
   
   and then produce a message:
   ./bin/pulsar-client produce my-topic --messages "dsfs334"
   
   and list the topics:
   ./bin/pulsar-admin topics list public/default
   
   i can see the :
   "persistent://public/default/my-topic"
   
   **Describe the solution you'd like**
   but after a few seconds, the topics lose, and do not consume the message from topic,
   use the command:./bin/pulsar-admin topics list public/default
   and get nothing.
   
   **Describe alternatives you've considered**
   so, helm install pussar,the topics lose, 
   
   **Additional context**
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-helm-chart] lhotari closed issue #160: topic lose: helm install --values examples/values-minikube.yaml --set initialize=true --namespace pulsar-st pulsar-minikube ./charts/pulsar

Posted by GitBox <gi...@apache.org>.
lhotari closed issue #160:
URL: https://github.com/apache/pulsar-helm-chart/issues/160


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-helm-chart] lhotari commented on issue #160: topic lose: helm install --values examples/values-minikube.yaml --set initialize=true --namespace pulsar-st pulsar-minikube ./charts/pulsar

Posted by GitBox <gi...@apache.org>.
lhotari commented on issue #160:
URL: https://github.com/apache/pulsar-helm-chart/issues/160#issuecomment-1027928383


   I think it's intentional that `examples/values-minikube.yaml` doesn't have persistence enabled. `--set volumes.persistence=true` should resolve this issue. You also need support for PVCs. It might require installing Rancher Local Path Provisioner: https://github.com/rancher/local-path-provisioner#installation to support that in test environments. 
   Nowadays a good alternative for minikube and Docker desktop is Rancher Desktop, which is free and open source. It includes a k8s environment based on k3s. https://rancherdesktop.io/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org