mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
18 lines
763 B
Plaintext
18 lines
763 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * rosa_planning/rosa-cloud-expert-prereq-checklist.adoc
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="mos-checklist-oc-cli_{context}"]
|
|
= OpenShift CLI (`oc`)
|
|
|
|
[role="_abstract"]
|
|
The OpenShift CLI (`oc`) is not required to deploy a {product-title} cluster, but is a useful tool for interacting with your cluster after it is deployed.
|
|
|
|
.Procedure
|
|
. Download and install `oc` from the {cluster-manager} link:https://console.redhat.com/openshift/downloads#tool-oc[Command-line interface (CLI) tools] page, or follow the instructions in the _Additional resources_.
|
|
. Verify that the OpenShift CLI has been installed correctly by running the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ rosa verify openshift-client
|
|
---- |