forked from openshift/openshift-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to Knative Client docs (Serverless)
- Loading branch information
1 parent
8968ab7
commit 2a09377
Showing
4 changed files
with
49 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
// Module is included in the following assemblies: | ||
// | ||
// serverless/knative-client.adoc | ||
|
||
[id="installing-cli-web-console_{context}"] | ||
= Installing the `kn` CLI using the {product-title} web console | ||
|
||
Once the {ServerlessOperatorName} 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 {product-title} web console. | ||
|
||
You can access the *Command Line Tools* page by clicking the image:../images/question-circle.png[title="Help"] icon in the top right corner of the web console and selecting *Command Line Tools* in the drop down menu. | ||
|
||
.Procedure | ||
|
||
. 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 | ||
---- | ||
+ | ||
[NOTE] | ||
==== | ||
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: No such file or directory | ||
---- | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters