usernameisnull commented on PR #203: URL: https://github.com/apache/rocketmq-operator/pull/203#issuecomment-1879715897
> ```shell > BROKER_NETWORK_DEV=`/sbin/route |awk '/^default/{print $NF}'` > BROKER_IP=`ip a s ${BROKER_NETWORK_DEV} |awk -F' +|/' '/ inet /{print $3}'` > echo "brokerIP1=${BROKER_IP}" >> $BROKER_CONFIG_FILE > ``` > > You can try this instead, that doesn't require manual IP specification, it works for me. thank you, I will try this -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org