Skip to content

Commit c202f50

Browse files
Merge pull request #2173 from madeline-underwood/openshift_IG
oc_JA to review
2 parents b05f40a + 0a5656a commit c202f50

File tree

1 file changed

+6
-4
lines changed
  • content/install-guides

1 file changed

+6
-4
lines changed

content/install-guides/oc.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: OpenShift CLI (oc)
33

4-
draft: true
5-
64
author: Jason Andrews
75

86
official_docs: https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/cli_tools/openshift-cli-oc#cli-getting-started
@@ -21,7 +19,6 @@ test_maintenance: false
2119
tool_install: true
2220
weight: 1
2321
---
24-
2522
The OpenShift command-line interface (CLI), `oc`, allows you to work with OpenShift Container Platform projects from a terminal. You can use `oc` to create applications, manage OpenShift Container Platform projects, and perform administrative tasks.
2623

2724
The OpenShift CLI is a superset of the Kubernetes `kubectl` command. When you install `oc`, you get both the OpenShift-specific functionality and all standard Kubernetes `kubectl` commands in a single tool. This means you can use `oc` to manage both OpenShift and standard Kubernetes resources.
@@ -32,7 +29,7 @@ The OpenShift CLI is available for macOS and Linux and supports the Arm architec
3229

3330
This article provides a quick solution to install the latest version of the OpenShift CLI for Ubuntu on Arm and macOS with Apple Silicon.
3431

35-
Confirm you are using an Arm computer by running:
32+
Confirm that you are using an Arm-based computer by running:
3633

3734
```bash { target="ubuntu:latest" }
3835
uname -m
@@ -78,6 +75,11 @@ rm openshift-client-mac-arm64.tar.gz README.md
7875

7976
Both installations include both `oc` and `kubectl` commands. The `oc` command provides the full OpenShift functionality, while the `kubectl` command gives you compatibility with standard Kubernetes clusters. Since `oc` is a superset of `kubectl`, you can use `oc` for all Kubernetes operations, but having both commands available gives you flexibility in your workflow.
8077

78+
{{% notice Tip %}}
79+
You can use either `oc` or `kubectl` to manage standard Kubernetes resources. However, `oc` includes OpenShift-specific features and is preferred for working with OpenShift clusters.
80+
{{% /notice %}}
81+
82+
8183
## Understanding oc and kubectl
8284

8385
The OpenShift CLI (`oc`) is built as a superset of the Kubernetes CLI (`kubectl`).

0 commit comments

Comments
 (0)