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

Results 41 pulsar-resources-operator issues
Sort by recently updated
recently updated
newest added

when the pulsar is installed on the Kubernetes cluster, it can use Kubernetes service account for authenticating. ServiceAccount can be created by injecting and Secret, and they're different from each...

Hey, First of all, congrats for your awesome work in the Pulsar space and this cool operator, very useful! We think it would make sense to enrich the PulsarNamespace object...

Hello, We would like support for TLS authentication (mutual TLS), next to existing oauth or token authentication, is this something on the roadmap? We are willing to contribute a PR...

seems the version of k8s.io/apimachinery we're using (v0.19.2) is not updating condition's observedGeneration field, which make it inconsistent with the status.observedGeneration, it's updated in v0.20, should update when possible to...

# Motivation The operator can watch a single namespace with a namespace-scoped role and rolebinding. # Modification - Add param `namespace` to the operator command. - Add `extra-args` for deployment...

Currently, there is no way to configure tiered storage for the Pulsar topic using a set-offload-threshold configuration so that the backlog data can be offloaded into S3 storage. So that...

See this except from the index: ```bash $ curl -sSL https://charts.streamnative.io/index.yaml | yq '.entries."pulsar-resources-operator"[] | select(.version == "v0.5.4")' ``` ```json { "apiVersion": "v2", "appVersion": "v0.5.3", "created": "2024-08-12T03:51:31.540993382Z", "description": "Pulsar Resources...

Fixes #125 ### Motivation Currently, it is not possible to authenticate to a pulsar cluster with OIDC / Kubernetes Service Account tokens. This PR adds support for it ### Modifications...

doc-required

Operator will only trigger reconciliation when there are k8s events. But for some temporary errors, it's better to have an exponential backoff policy.

doc-info-missing