linjiemiao

Results 7 issues of linjiemiao

**FEATURE REQUEST** 1. rocketmq-operator can watch multiple namespaces at the same time, and then can operate multiple rocketmq clusters at the same time. For the above issue, we can submit...

enhancement

**FEATURE REQUEST** 1. rocketmq-operator needs to add a rocketmq resource, which is the parent resource of broker, nameserver, transfer and other resources. If you do this, operator structure is more...

enhancement

1. add affinity / securityContext / imagePullSecrets / tolerations / nodeSelector / podAnnotations / priorityClassName

1. ensure rocketmq-operator can operator more than one rocketmq cluster; 2. make sure nameserver must ready before broker cluster.

enhancement

Look at the following example: ``` apiVersion: core.oam.dev/v1alpha2 kind: Component metadata: name: example-component spec: workload: apiVersion: apps/v1 kind: Deployment metadata: name: example-component spec: selector: matchLabels: app: example-component template: metadata: labels:...