Skip to content

[enterprise-3.7] make libc note availabe across all enterprise/dedicated/origin/etc. #9803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions cli_reference/get_started_cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,6 @@ Customer Portal] as a *_tar.gz_* archive. After logging in with your Red Hat
account, you must have an active OpenShift Enterprise subscription to access the
downloads page.

[NOTE]
===
If you do not use RHEL or Fedora, ensure that *libc* is installed and on your library path.
If *libc* is not available, you might see the following error when you run CLI commands:

---
oc: No such file or directory
---
===

https://access.redhat.com/downloads/content/290[*Download the CLI from the Red
Hat Customer Portal*]

Expand Down Expand Up @@ -250,6 +240,16 @@ To unpack the archive:
$ tar -xf <file>
----

[NOTE]
===
If you do not use RHEL or Fedora, ensure that *libc* is installed and on your library path.
If *libc* is not available, you might see the following error when you run CLI commands:

---
oc: No such file or directory
---
===

// end::installcli[]

[[basic-setup-and-login]]
Expand Down