1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #56511 from openshift-cherrypick-robot/cherry-pick-56429-to-enterprise-4.13

[enterprise-4.13] OCPBUGS#7914: Add link to oc install guide for accessing cluster
This commit is contained in:
Kathryn Alexander
2023-02-28 14:01:32 -05:00
committed by GitHub
3 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
:_content-type: ASSEMBLY
[id="cli-getting-started"]
[id="microshift-oc-cli-install"]
= Getting started with the OpenShift CLI
include::_attributes/attributes-microshift.adoc[]
:context: cli-oc-installing
@@ -8,7 +8,7 @@ toc::[]
To use the OpenShift CLI (`oc`) tool, you must download and install it separately from your {product-title} installation.
[id="installing-the-openshift-cli_{context}"]
[id="installing-the-openshift-cli"]
== Installing the OpenShift CLI
You can install the OpenShift CLI (`oc`) either by downloading the binary or by using Homebrew.

View File

@@ -31,16 +31,18 @@ include::modules/microshift-install-rpm-preparing.adoc[leveloffset=+1]
include::modules/microshift-installing-from-rpm.adoc[leveloffset=+1]
[role="_additional-resources"]
[id="_additional-resources_microshift-install-rpm-section-two"]
.Additional resources
* xref:../microshift_install/microshift-install-rpm.adoc#microshift-install-system-requirements_microshift-install-rpm[System requirements for installing MicroShift].
* xref:../microshift_install/microshift-install-rpm.adoc#microshift-install-rpm-preparing_microshift-install-rpm[Preparing to install MicroShift from an RPM package].
include::modules/microshift-service-starting.adoc[leveloffset=+1]
include::modules/microshift-service-stopping.adoc[leveloffset=+1]
include::modules/microshift-accessing.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources
* xref:../microshift_cli_ref/microshift-oc-cli-install.adoc#microshift-oc-cli-install[Installing the OpenShift CLI tool].
include::modules/microshift-accessing-cluster-locally.adoc[leveloffset=+2]
include::modules/microshift-accessing-cluster-remotely-admin.adoc[leveloffset=+2]
include::modules/microshift-accessing-cluster-remotely-non-admin.adoc[leveloffset=+2]

View File

@@ -4,6 +4,6 @@
:_content-type: CONCEPT
[id="accessing-microshift-cluster_{context}"]
= Accessing the {product-title} cluster
= How to access the {product-title} cluster
Use the procedures in this section to access the {product-title} cluster locally, either from the same machine running the {product-title} service or remotely from a workstation. You can use this access to observe and administrate workloads.
Use the procedures in this section to access the {product-title} cluster locally, either from the same machine running the {product-title} service or remotely from a workstation. You can use this access to observe and administrate workloads. The {OCP} CLI tool (`oc`) is employed for cluster access.