Janier
Janier

Reputation: 4412

how to get OC from the origin github

I am trying to do a sample application in openshift and read that we have to download openshift CLI from https://github.com/openshift/origin.. How can i do that? I tried downloading the source code ; but not sure how to get OC from that. if i download the project , will it be just the source code? Is there a way to get OC CLI from this github link Ultimately I need openshift CLI so that i can invoke commands like oc get pods etc What is the ideal way to get OC CLI

Upvotes: 0

Views: 144

Answers (1)

Nick
Nick

Reputation: 2034

You can find the compiled oc binaries on the assets section of the releases page.

You can find corresponding versions of the oc client under each release tag.

The linux oc binaries for 3.11 OKD are here.

OpenShift Enterprise customers can find the links to the OpenShift 3.11 Enterprise binaries on access.redhat.com here.

Upvotes: 1

Related Questions