Skip to content

Commit a0c5ccf

Browse files
authored
Merge pull request #66388 from ShaunaDiaz/OSDOCS-8221
OSDOCS-8221: add version info to oc install for MicroShift
2 parents dbf78ca + 61ea5f6 commit a0c5ccf

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

microshift_cli_ref/microshift-oc-cli-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/attributes-microshift.adoc[]
66

77
toc::[]
88

9-
To use the OpenShift CLI (`oc`) tool, you must download and install it separately from your {product-title} installation.
9+
To use the OpenShift CLI (`oc`) tool, you must download and install it separately from your {microshift-short} installation.
1010

1111
[id="installing-the-openshift-cli"]
1212
== Installing the OpenShift CLI

modules/cli-installing-cli.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ endif::restricted[]
9393

9494
You can install the OpenShift CLI (`oc`) binary on Linux by using the following procedure.
9595

96+
ifdef::microshift[]
97+
[NOTE]
98+
====
99+
{product-title} version numbering matches {OCP} version numbering. Use the `oc` binary that matches your {microshift-short} version and has the appropriate RHEL compatibility.
100+
====
101+
102+
endif::microshift[]
96103
.Procedure
97104

98105
ifdef::openshift-origin[]
@@ -137,7 +144,13 @@ $ oc <command>
137144
== Installing the OpenShift CLI on Windows
138145

139146
You can install the OpenShift CLI (`oc`) binary on Windows by using the following procedure.
147+
ifdef::microshift[]
148+
[NOTE]
149+
====
150+
{product-title} version numbering matches {OCP} version numbering. Use the `oc` binary that matches your {microshift-short} version and has the appropriate RHEL compatibility.
151+
====
140152

153+
endif::microshift[]
141154
.Procedure
142155

143156
ifdef::openshift-origin[]
@@ -175,7 +188,13 @@ C:\> oc <command>
175188
== Installing the OpenShift CLI on macOS
176189

177190
You can install the OpenShift CLI (`oc`) binary on macOS by using the following procedure.
191+
ifdef::microshift[]
192+
[NOTE]
193+
====
194+
{product-title} version numbering matches {OCP} version numbering. Use the `oc` binary that matches your {microshift-short} version and has the appropriate RHEL compatibility.
195+
====
178196

197+
endif::microshift[]
179198
.Procedure
180199

181200
ifdef::openshift-origin[]

0 commit comments

Comments
 (0)