Skip to content

[扩缩容-sc]set storage replica=30,only 26个pod成功了,此时缩容至24个,operator报错了 #154

[扩缩容-sc]set storage replica=30,only 26个pod成功了,此时缩容至24个,operator报错了

[扩缩容-sc]set storage replica=30,only 26个pod成功了,此时缩容至24个,operator报错了 #154

Workflow file for this run

name: Auto label
on:
issues:
types:
- reopened
- opened
- labeled
- unlabeled
- closed
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
EVENT: ${{ toJSON(github.event)}}
EVENT_NAME: ${{ github.event_name}}
jobs:
sync:
name: auto label
runs-on: ubuntu-latest
steps:
- uses: HarrisChu/auto_label@v1