se7vet opened a new issue, #122:
URL: https://github.com/apache/rocketmq-operator/issues/122
In our scenario, rocketmq needs to use a unique node,How to use tolerations
, nodeSelector and nodeAffinity features , like this is invalid.
`apiVersion: rocketmq.apache.org/v1alpha1
kind: Broker
metadata:
name: broker
spec:
size: 1
nameServers: ""
replicaPerGroup: 1
brokerImage:
registry-jkt.akusre.com/base/rocketmq-broker:4.5.0-alpine-operator-0.3.0
imagePullPolicy: Always
tolerations:
- key: "key"
value: "value"
operator: "Equal"
effect: "NoSchedule"
nodeSelector:
key: "value"
...
`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]