Skip to content

Round up MaxUnavailable to 1 node instead of 0 #2630

Round up MaxUnavailable to 1 node instead of 0

Round up MaxUnavailable to 1 node instead of 0 #2630

Workflow file for this run

name: "Prow github actions"
on:
issue_comment:
types: [created]
jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/prow-github-actions@v1.1.2
with:
prow-commands: '/assign
/unassign
/approve
/retitle
/area
/kind
/priority
/remove
/lgtm
/close
/reopen
/lock
/milestone
/hold
/cc
/uncc'
github-token: "${{ secrets.GITHUB_TOKEN }}"