Skip to content

[求助/Help]host pod 启动报错:Host instance init error: parseConfig: NewNIC br-mgmt/br0/x.x.x.x: Ip x.x.x.x is not configure on br0/br-mgmt ? #3136

[求助/Help]host pod 启动报错:Host instance init error: parseConfig: NewNIC br-mgmt/br0/x.x.x.x: Ip x.x.x.x is not configure on br0/br-mgmt ?

[求助/Help]host pod 启动报错:Host instance init error: parseConfig: NewNIC br-mgmt/br0/x.x.x.x: Ip x.x.x.x is not configure on br0/br-mgmt ? #3136

Workflow file for this run

on:
issue_comment:
types: [created]
jobs:
notify-author-comment:
runs-on: ubuntu-latest
if: (github.event.issue.user.id == github.event.comment.user.id) && !github.event.issue.pull_request
# find context from: https://docs.github.com/en/webhooks/webhook-events-and-payloads#issue_comment
steps:
- name: feishu notify
uses: zexi/action-issues-notify@v1
with:
url: ${{ secrets.FEISHU_BOT_WEBHOOK_URL }}
issue_title: "${{ github.event.comment.user.login }} 回复了 issue: ${{ github.event.issue.title }}"
issue_body: "${{ tojson(github.event.comment.body) }}"
issue_link_url: "${{github.event.comment.html_url}}"