Install OC on your Client Machine
Step 1: Download the OpenShift CLI (oc) Step 2: Extract the tarball This will extract two binaries: oc and kubectl. Step 3: Move the oc binary to a directory in your PATH Commonly, /usr/local/bin is used: Step 4: Verify the installation Check that oc is correctly installed and accessible: You should see output with the…