$ tar -xf <file>
kn
)
Installation options for the For more information on installing the |
Once the OpenShift Serverless Operator is installed, you will see a link to download the kn
CLI for Linux, macOS and Windows from the Command Line Tools page in the OpenShift Container Platform web console.
You can access the Command Line Tools page by clicking the icon in the top right corner of the web console and selecting Command Line Tools in the drop down menu.
Download the kn
CLI from the Command Line Tools page.
Unpack the archive:
$ tar -xf <file>
Move the kn
binary to a directory on your PATH.
To check your path, run:
$ echo $PATH
If you do not use RHEL or Fedora, ensure that libc is installed in a directory on your library path. If libc is not available, you might see the following error when you run CLI commands:
|
For Red Hat Enterprise Linux (RHEL), you can install kn
as an RPM if you have an active OpenShift Container Platform subscription on your Red Hat account.
Enter the command:
# subscription-manager register
Enter the command:
# subscription-manager refresh
Enter the command:
# subscription-manager attach --pool=<pool_id> (1)
1 | Pool ID for an active OpenShift Container Platform subscription |
Enter the command:
# subscription-manager repos --enable="openshift-serverless-1-for-rhel-8-x86_64-rpms"
Enter the command:
# yum install openshift-serverless-clients
For Linux distributions, you can download the CLI directly as a tar.gz
archive.
Download the CLI.
Unpack the archive:
$ tar -xf <file>
Move the kn
binary to a directory on your PATH.
To check your path, run:
$ echo $PATH
If you do not use RHEL or Fedora, ensure that libc is installed in a directory on your library path. If libc is not available, you might see the following error when you run CLI commands:
|
kn
for macOS is provided as a tar.gz
archive.
Download the CLI.
Unpack and unzip the archive.
Move the kn
binary to a directory on your PATH.
To check your PATH, open a terminal window and run:
$ echo $PATH
The CLI for Windows is provided as a zip archive.
Download the CLI.
Unzip the archive with a ZIP program.
Move the kn
binary to a directory on your PATH.
To check your PATH, open the Command Prompt and run the command:
C:\> path
The Red Hat distribution of the CLI command kn
contains extensions of kn
known as plug-ins. The main use of plug-ins is to extend kn
by providing additional commands on OpenShift Serverless, such as for the Kafka stack API. The kn
plug-ins are used in the same way as the main kn
functionality.
Currently, Red Hat provides the kn-source-kafka
plug-in as a Technology Preview feature.
For instructions on using the Kafka source kn
plug-in, see Creating a Kafka event source using the kn
CLI.