Closed Jaanki closed 2 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Jaanki
To complete the pull request process, please assign kyl-bempah after the PR has been reviewed.
You can assign the PR to them by writing /assign @kyl-bempah
in a comment when ready.
The full list of commands accepted by this bot can be found here.
/assign @Jaanki
/assign @kyl-bempah
@Kyl-Bempah May be it is early for this change , given that OCP 4.11 is not GA yet? I was trying it out for OCP 4.11 and noticed the missing regex version match and hence the PR.
Yeah we may wait on this for 4.11 to GA, but I will look at expanded the expected value so we don't have to explicitly enumerate 10+ versions
Thank you for finding this, to avoid having to do this for future OCP releases, we're removing this check entirely in https://github.com/stolostron/deploy/pull/260
The regex expects OCP from 4.3 to 4.10.
start.sh
script fails with OCP 4.11. Change the regex to also match 4.11. This will allow deploy to be run on OCP 4.11Signed-off-by: Janki Chhatbar jchhatba@redhat.com
Description of the change:
Motivation for the change: