zhaozhihom edited a comment 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
```yaml
apiVersion: rocketmq.apache.org/v1alpha1
kind: Broker
metadata:
name: broker
spec:
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]