stolostron / deploy

Deploy Development Builds of Open Cluster Management (OCM) on RedHat Openshift Container Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG][DEPLOY] DOC, minimum oc cli version is 4.3

berenss opened this issue · comments

Describe the bug
Need to specify that the minimum oc cli version is 4.3. I had 4.1 and the start.sh script threw an error since the -k flag wasn't valid for 4.1.

Expected behavior
start script can check the version level before running. splat an error if below 4.3.

this was addressed by #45 closing