You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/cli-installing-cli.adoc
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,13 @@ endif::restricted[]
93
93
94
94
You can install the OpenShift CLI (`oc`) binary on Linux by using the following procedure.
95
95
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[]
96
103
.Procedure
97
104
98
105
ifdef::openshift-origin[]
@@ -137,7 +144,13 @@ $ oc <command>
137
144
== Installing the OpenShift CLI on Windows
138
145
139
146
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
+
====
140
152
153
+
endif::microshift[]
141
154
.Procedure
142
155
143
156
ifdef::openshift-origin[]
@@ -175,7 +188,13 @@ C:\> oc <command>
175
188
== Installing the OpenShift CLI on macOS
176
189
177
190
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.
0 commit comments