$ tar xvzf <file>
Use the CLI tool to manage Red Hat OpenShift Pipelines from a terminal. The following section describes how to install the CLI tool on different platforms.
You can also find the URL to the latest binaries from the OpenShift Container Platform web console by clicking the ? icon in the upper-right corner and selecting Command Line Tools. :FeatureName: Running Red Hat OpenShift Pipelines on ARM hardware
{FeatureName} is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process. For more information about the support scope of Red Hat Technology Preview features, see Technology Preview Features Support Scope. |
Both the archives and the RPMs contain the following executables:
|
Running Red Hat OpenShift Pipelines with the For more information about the support scope of Red Hat Technology Preview features, see Technology Preview Features Support Scope. |
For Linux distributions, you can download the CLI as a tar.gz
archive.
Download the relevant CLI tool.
Unpack the archive:
$ tar xvzf <file>
Add the location of your tkn
, tkn-pac
, and opc
files to your PATH
environment variable.
To check your PATH
, run the following command:
$ echo $PATH
For Red Hat Enterprise Linux (RHEL) version 8, you can install the Red Hat OpenShift Pipelines CLI as an RPM.
You have an active OpenShift Container Platform subscription on your Red Hat account.
You have root or sudo privileges on your local system.
Register with Red Hat Subscription Manager:
# subscription-manager register
Pull the latest subscription data:
# subscription-manager refresh
List the available subscriptions:
# subscription-manager list --available --matches '*pipelines*'
In the output for the previous command, find the pool ID for your OpenShift Container Platform subscription and attach the subscription to the registered system:
# subscription-manager attach --pool=<pool_id>
Enable the repositories required by Red Hat OpenShift Pipelines:
Linux (x86_64, amd64)
# subscription-manager repos --enable="pipelines-1.13-for-rhel-8-x86_64-rpms"
Linux on IBM Z® and IBM® LinuxONE (s390x)
# subscription-manager repos --enable="pipelines-1.13-for-rhel-8-s390x-rpms"
Linux on IBM Power® (ppc64le)
# subscription-manager repos --enable="pipelines-1.13-for-rhel-8-ppc64le-rpms"
Linux on ARM (aarch64, arm64)
# subscription-manager repos --enable="pipelines-1.13-for-rhel-8-aarch64-rpms"
Install the openshift-pipelines-client
package:
# yum install openshift-pipelines-client
After you install the CLI, it is available using the tkn
command:
$ tkn version
For Windows, you can download the CLI as a zip
archive.
Download the CLI tool.
Extract the archive with a ZIP program.
Add the location of your tkn
, tkn-pac
, and opc
files to your PATH
environment variable.
To check your PATH
, run the following command:
C:\> path
For macOS, you can download the CLI as a tar.gz
archive.
Download the relevant CLI tool.
Unpack and extract the archive.
Add the location of your tkn
, tkn-pac
, and opc
files to your PATH
environment variable.
To check your PATH
, run the following command:
$ echo $PATH