apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
309 stars 126 forks source link

it will be deployed on the same node When I deploy brokers with three masters and three slaves #161

Open Misakiz opened 1 year ago

Misakiz commented 1 year ago

The issue tracker is ONLY used for the bug report(feature request need to follow RIP process). Keep in mind, please check whether there is an existing same report before you raise a new one.

Alternately (especially if your communication is not a bug report), you can send mail to our mailing lists. We welcome any friendly suggestions, bug fixes, collaboration and other improvements.

Please ensure that your bug report is clear and that it is complete. Otherwise, we may be unable to understand it or to reproduce it, either of which would prevent us from fixing the bug. We strongly recommend the report(bug report or feature request) could include some hints as the following:

BUG REPORT

  1. Please describe the issue you observed:
  1. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):

FEATURE REQUEST

  1. Please describe the feature you are requesting.

  2. Provide any additional detail on your proposed use case for this feature.

  3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?

  4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:

caigy commented 1 year ago

Have you set Affinity? By default rocketmq-operator set "app": "broker" as label for broker pod, but did not set any anti-affinity rules. You can set such affinity rules in Affinity.

drivebyer commented 11 months ago

Maybe we can provide default anti-affinity.

caigy commented 10 months ago

Have you set Affinity? By default rocketmq-operator set "app": "broker" as label for broker pod, but did not set any anti-affinity rules. You can set such affinity rules in Affinity.

@Misakiz Does it works for you?