mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
177 lines
6.8 KiB
Plaintext
177 lines
6.8 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * cli_reference/openshift_cli/getting-started.adoc
|
|
// * installing/installing_aws/installing-aws-user-infra.adoc
|
|
// * installing/installing_aws/installing-aws-customizations.adoc
|
|
// * installing/installing_aws/installing-aws-default.adoc
|
|
// * installing/installing_aws/installing-aws-china.adoc
|
|
// * installing/installing_aws/installing-aws-government-region.adoc
|
|
// * installing/installing_aws/installing-aws-secret-region.adoc
|
|
// * installing/installing_aws/installing-aws-network-customizations.adoc
|
|
// * installing/installing_aws/installing-aws-private.adoc
|
|
// * installing/installing_aws/installing-aws-vpc.adoc
|
|
// * installing/installing_aws/installing-restricted-networks-aws-installer-provisioned.adoc
|
|
// * installing/installing_azure/installing-azure-customizations.adoc
|
|
// * installing/installing_azure/installing-azure-default.adoc
|
|
// * installing/installing_azure/installing-azure-government-region.adoc
|
|
// * installing/installing_azure/installing-azure-private.adoc
|
|
// * installing/installing_azure/installing-azure-vnet.adoc
|
|
// * installing/installing_azure/installing-azure-user-infra.adoc
|
|
// * installing/installing_azure_stack_hub/installing-azure-stack-hub-default.adoc
|
|
// * installing/installing_azure_stack_hub/installing-azure-stack-hub-user-infra.adoc
|
|
// * installing/installing_bare_metal/installing-bare-metal.adoc
|
|
// * installing/installing_gcp/installing-gcp-customizations.adoc
|
|
// * installing/installing_gcp/installing-gcp-private.adoc
|
|
// * installing/installing_gcp/installing-gcp-default.adoc
|
|
// * installing/installing_gcp/installing-gcp-vpc.adoc
|
|
// * installing/installing_gcp/installing-gcp-user-infra.adoc
|
|
// * installing/installing_gcp/installing-restricted-networks-gcp-installer-provisioned.adoc
|
|
// * installing/install_config/installing-restricted-networks-preparations.adoc
|
|
// * installing/installing_vmc/installing-vmc-user-infra.adoc
|
|
// * installing/installing_vmc/installing-vmc.adoc
|
|
// * installing/installing_vmc/installing-vmc-customizations.adoc
|
|
// * installing/installing_vmc/installing-vmc-network-customizations.adoc
|
|
// * installing/installing_vmc/installing-restricted-networks-vmc.adoc
|
|
// * installing/installing_vsphere/installing-vsphere.adoc
|
|
// * installing/installing_vsphere/installing-vsphere-installer-provisioned.adoc
|
|
// * installing/installing_vsphere/installing-vsphere-installer-provisioned-customizations.adoc
|
|
// * installing/installing_vsphere/installing-vsphere-installer-provisioned-network-customizations.adoc
|
|
// * installing/installing_vsphere/installing-restricted-networks-installer-provisioned-vsphere.adoc
|
|
// * installing/installing_ibm_z/installing-ibm-z.adoc
|
|
// * openshift_images/samples-operator-alt-registry.adoc
|
|
// * installing/installing_rhv/installing-rhv-customizations.adoc
|
|
// * installing/installing_rhv/installing-rhv-default.adoc
|
|
// * updating/updating-restricted-network-cluster.adoc
|
|
//
|
|
// AMQ docs link to this; do not change anchor
|
|
|
|
ifeval::["{context}" == "updating-restricted-network-cluster"]
|
|
:restricted:
|
|
endif::[]
|
|
|
|
:_content-type: PROCEDURE
|
|
[id="cli-installing-cli_{context}"]
|
|
= Installing the OpenShift CLI by downloading the binary
|
|
|
|
You can install the OpenShift CLI (`oc`) to interact with {product-title} from a
|
|
command-line interface. You can install `oc` on Linux, Windows, or macOS.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
If you installed an earlier version of `oc`, you cannot use it to complete all
|
|
of the commands in {product-title} {product-version}. Download and
|
|
install the new version of `oc`.
|
|
ifdef::restricted[]
|
|
If you are upgrading a cluster in a restricted network, install the `oc` version that you plan to upgrade to.
|
|
endif::restricted[]
|
|
====
|
|
|
|
[discrete]
|
|
== Installing the OpenShift CLI on Linux
|
|
|
|
You can install the OpenShift CLI (`oc`) binary on Linux by using the following procedure.
|
|
|
|
.Procedure
|
|
|
|
ifdef::openshift-origin[]
|
|
. Navigate to https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture.
|
|
. Download `oc.tar.gz`.
|
|
endif::[]
|
|
ifndef::openshift-origin[]
|
|
. Navigate to the link:https://access.redhat.com/downloads/content/290[{product-title} downloads page] on the Red Hat Customer Portal.
|
|
. Select the appropriate version in the *Version* drop-down menu.
|
|
. Click *Download Now* next to the *OpenShift v{product-version} Linux Client* entry and save the file.
|
|
endif::[]
|
|
. Unpack the archive:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ tar xvzf <file>
|
|
----
|
|
. Place the `oc` binary in a directory that is on your `PATH`.
|
|
+
|
|
To check your `PATH`, execute the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ echo $PATH
|
|
----
|
|
|
|
After you install the OpenShift CLI, it is available using the `oc` command:
|
|
|
|
[source,terminal]
|
|
----
|
|
$ oc <command>
|
|
----
|
|
|
|
[discrete]
|
|
== Installing the OpenShift CLI on Windows
|
|
|
|
You can install the OpenShift CLI (`oc`) binary on Windows by using the following procedure.
|
|
|
|
.Procedure
|
|
|
|
ifdef::openshift-origin[]
|
|
. Navigate to https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture.
|
|
. Download `oc.zip`.
|
|
endif::[]
|
|
ifndef::openshift-origin[]
|
|
. Navigate to the link:https://access.redhat.com/downloads/content/290[{product-title} downloads page] on the Red Hat Customer Portal.
|
|
. Select the appropriate version in the *Version* drop-down menu.
|
|
. Click *Download Now* next to the *OpenShift v{product-version} Windows Client* entry and save the file.
|
|
endif::[]
|
|
. Unzip the archive with a ZIP program.
|
|
. Move the `oc` binary to a directory that is on your `PATH`.
|
|
+
|
|
To check your `PATH`, open the command prompt and execute the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
C:\> path
|
|
----
|
|
|
|
After you install the OpenShift CLI, it is available using the `oc` command:
|
|
|
|
[source,terminal]
|
|
----
|
|
C:\> oc <command>
|
|
----
|
|
|
|
[discrete]
|
|
== Installing the OpenShift CLI on macOS
|
|
|
|
You can install the OpenShift CLI (`oc`) binary on macOS by using the following procedure.
|
|
|
|
.Procedure
|
|
|
|
ifdef::openshift-origin[]
|
|
. Navigate to https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture.
|
|
. Download `oc.tar.gz`.
|
|
endif::[]
|
|
ifndef::openshift-origin[]
|
|
. Navigate to the link:https://access.redhat.com/downloads/content/290[{product-title} downloads page] on the Red Hat Customer Portal.
|
|
. Select the appropriate version in the *Version* drop-down menu.
|
|
. Click *Download Now* next to the *OpenShift v{product-version} MacOSX Client* entry and save the file.
|
|
endif::[]
|
|
. Unpack and unzip the archive.
|
|
. Move the `oc` binary to a directory on your PATH.
|
|
+
|
|
To check your `PATH`, open a terminal and execute the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ echo $PATH
|
|
----
|
|
|
|
After you install the OpenShift CLI, it is available using the `oc` command:
|
|
|
|
[source,terminal]
|
|
----
|
|
$ oc <command>
|
|
----
|
|
|
|
|
|
ifeval::["{context}" == "updating-restricted-network-cluster"]
|
|
:!restricted:
|
|
endif::[]
|