-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
devex docs #145 Feb 14-Mar 6, devex docs #146 Mar 7-Mar 27, devex docs #147 Mar 28-Apr 17
The DevSuite 2.2 Install guide, section 4.6 Next Steps After Installation on Red Hat Enterprise Linux has the wrong instructions for adding the oc command to the system path.
Step 3 is
Run the following command as root to create a symbolic link:
- ln -s /home/$(whoami)/.minishift/cache/oc/v3.5.5.8/oc /usr/bin/oc
Per Lalatendu Mohanty lmohanty@redhat.com "this is wrong in many levels. First it has a hard coded value of oc version. Second we should be using "minishift oc-env" for this. Third we should not be suggesting symblic links as it creates issues when user moves to a new version."
Cc: lmohanty@redhat.com as I believe he can provide a pointer as to what should be there.