mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
53 lines
902 B
Plaintext
53 lines
902 B
Plaintext
// Module is included in the following assemblies:
|
|
//
|
|
// serverless/knative-client.adoc
|
|
|
|
[id="installing-cli-linux-rpm_{context}"]
|
|
= Installing the `kn` CLI for Linux using an RPM
|
|
|
|
For Red Hat Enterprise Linux (RHEL), you can install `kn` as an RPM if you have an active {product-title} subscription on your Red Hat account.
|
|
|
|
|
|
.Procedure
|
|
. Enter the command:
|
|
+
|
|
|
|
[source,terminal]
|
|
----
|
|
# subscription-manager register
|
|
----
|
|
|
|
. Enter the command:
|
|
+
|
|
|
|
[source,terminal]
|
|
----
|
|
# subscription-manager refresh
|
|
----
|
|
|
|
. Enter the command:
|
|
+
|
|
|
|
[source,terminal]
|
|
----
|
|
# subscription-manager attach --pool=<pool_id> <1>
|
|
----
|
|
+
|
|
<1> Pool ID for an active {product-title} subscription
|
|
|
|
. Enter the command:
|
|
+
|
|
|
|
[source,terminal]
|
|
----
|
|
# subscription-manager repos --enable="openshift-serverless-1-for-rhel-8-x86_64-rpms"
|
|
----
|
|
|
|
. Enter the command:
|
|
+
|
|
|
|
[source,terminal]
|
|
----
|
|
# yum install openshift-serverless-clients
|
|
----
|