第9章 Getting started with Knative Client
You are viewing documentation for a release of Red Hat OpenShift Serverless that is no longer supported. Red Hat OpenShift Serverless is currently supported on OpenShift Container Platform 4.3 and newer.
Knative Client (kn
) is the Knative command line interface (CLI). The CLI exposes commands for managing your applications, as well as lower level tools to interact with components of OpenShift Container Platform. With kn
, you can create applications and manage OpenShift Container Platform projects from the terminal.
9.1. Before you begin
Knative Client does not have its own log in mechanism. To log in to the cluster you must install the oc
CLI and use oc
login.
Installation options for the oc
CLI will vary depending on your operating system. For more information on installing the oc
CLI for your operating system and logging in with oc
, see the CLI getting started documentation.