zhaozhihom commented on issue #15:
URL:
https://github.com/apache/rocketmq-operator/issues/15#issuecomment-891561770
> Solved this problem by setting hostNetwork of broker is true.
> Close this issue.
where the hostNetwork should set, I set the rocketmq.apache.org/v1alpha1
Broker hostNetwork:true but not work
`apiVersion: rocketmq.apache.org/v1alpha1
kind: Broker
metadata:
# name of broker cluster
name: broker
spec:
# size is the number of the broker cluster, each broker cluster contains a
master broker and [replicaPerGroup] replica brokers.
size: 1
nameServers: ""
replicaPerGroup: 1
hostNetwork: true`
--
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]