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

### Motivation ![image](https://github.com/streamnative/pulsar-resources-operator/assets/10069311/d14542ab-7f1d-4465-be79-00cb3c6e2efb) https://github.com/streamnative/streamnative-ci/actions/runs/9199165374/job/25303406590 ### Verifying this change - [x] Make sure that the change passes the CI checks. ### Documentation Check the box below. Need to update docs? -...

no-need-doc

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
go

Master Issue: #108 ### Motivation Helm chart changes related to #143 Adds the updated CRD and adds support for volumes to the operator to provide the necessary certificates (e.g. from...

no-need-doc

*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes #108 ### Motivation As mentioned in issue, we would like to make use of TLS authentication since pulsar...

doc

when use argocd deploy the helm chart, we're not be able to delete the app when 'CleanUpAfterDeletion' enabled. the work around is to set the the argocd finalizers to use...

### Background Now the resource operator uses a single controller for all resources CR, and the reconcile now is executed sequentially. If one resource is illegal the reconcile will be...

Add the dependency between PulsarTenant, PulsarNamespace and PulsarTopic to avoid blocking during the delete stage.

- [ ] Generate bundles and images in the CI. https://github.com/streamnative/pulsar-resources-operator/pull/134 - [ ] Release a test version to the operatorhub manually. https://github.com/k8s-operatorhub/community-operators/pull/3086 - [ ] Release a test version...

### Namespace ``` apiVersion: resource.streamnative.io/v1alpha1 kind: PulsarNamespace metadata: name: test-pulsar-namespace namespace: test spec: name: test-tenant/testns connectionRef: name: test-pulsar-connection schemaCompatibilityStrategy isAllowAutoUpdateSchema schemaValidationEnforced ``` | Policy | Type | Allowed values |...