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

Pulsar Operator creates/configures/manages pulsar clusters atop Kubernetes

Results 7 pulsar-operator issues
Sort by recently updated
recently updated
newest added

1、 why pulsar-broker is kind: Deployment to apply, not a statefulset, Generally pulasr broker‘s hostname will register in zookeeper, if broker is a deployMent, how to use pulsar-broker for client,...

Hi, I see that pulsar-operator has watch the kind{&pulsarv1alpha1.PulsarCluster{}} in pulsarcluster_controller.go, does that means the changing of pulsarCluster status will also triggers the reconcile? so, I was wondering how to...

Hi guys, Seems the repo hasn't been updated for a long time, do you any new plan to support new versions or you move to new repo ? Thanks,

I am pulling the images for plusar cluster from a private docker registry instead of docker hub. I could not find in the crd config anywhere we can pass `imagePullSecrets`....

Hi I tried to install pulsar but some pods are failing to start as below. I have attached the error logs as well. Please advise. Thanks. CR file: ```apiVersion: pulsar.apache.org/v1alpha1...

I'm using the Pulsar operator for the first time and after it installation i configured the following cluster: Cloud Platform EKS K8s version 1.17 ``` apiVersion: pulsar.apache.org/v1alpha1 kind: PulsarCluster metadata:...