openshift-evangelists / oc-cluster-wrapper

oc cluster up bash wrapper
Apache License 2.0
144 stars 72 forks source link

oc-client.local.plugin: Add ref suffix to oc binary #87

Closed simonmeggle closed 6 years ago

simonmeggle commented 6 years ago

With this pull request, the downloaded oc client gets the ref as a suffix.

Adding the oc client directory and setting OC_BINARY...

export OC_BINARY=oc-v3.7.0-rc.0

will allow to always use oc-cluster with the correct version.