Skip to content

Commit 96085cc

Browse files
committed
merge ibm p/z into linux procedures
1 parent 6871168 commit 96085cc

8 files changed

+28
-184
lines changed

modules/serverless-installing-cli-linux-ibm-power-rpm.adoc

Lines changed: 0 additions & 50 deletions
This file was deleted.

modules/serverless-installing-cli-linux-ibm-power-tarball.adoc

Lines changed: 0 additions & 33 deletions
This file was deleted.

modules/serverless-installing-cli-linux-ibm-z-rpm.adoc

Lines changed: 0 additions & 50 deletions
This file was deleted.

modules/serverless-installing-cli-linux-ibm-z-tarball.adoc

Lines changed: 0 additions & 42 deletions
This file was deleted.

modules/serverless-installing-cli-linux-rpm-package-manager.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,26 @@ For {op-system-base-full}, you can install the Knative (`kn`) CLI as an RPM by u
3939

4040
. Enable the repositories required by the Knative (`kn`) CLI:
4141
+
42+
* Linux (x86_64, amd64)
43+
+
4244
[source,terminal]
4345
----
4446
# subscription-manager repos --enable="openshift-serverless-1-for-rhel-8-x86_64-rpms"
4547
----
48+
+
49+
* Linux on IBM Z and LinuxONE (s390x)
50+
+
51+
[source,terminal]
52+
----
53+
# subscription-manager repos --enable="openshift-serverless-1-for-rhel-8-s390x-rpms"
54+
----
55+
+
56+
* Linux on IBM Power (ppc64le)
57+
+
58+
[source,terminal]
59+
----
60+
# subscription-manager repos --enable="openshift-serverless-1-for-rhel-8-ppc64le-rpms"
61+
----
4662
4763
. Install the Knative (`kn`) CLI as an RPM by using a package manager:
4864
+

modules/serverless-installing-cli-linux.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ $ kn: No such file or directory
2424
2525
.Procedure
2626
27-
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest/kn-linux-amd64.tar.gz[Knative (`kn`) CLI `tar.gz` archive].
27+
. Download the relevant Knative (`kn`) CLI `tar.gz` archive:
28+
29+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest/kn-linux-amd64.tar.gz[Linux (x86_64, amd64)]
30+
31+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest/kn-linux-s390x.tar.gz[Linux on IBM Z and LinuxONE (s390x)]
32+
33+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest/kn-linux-ppc64le.tar.gz[Linux on IBM Power (ppc64le)]
34+
2835
2936
. Unpack the archive:
3037
+

modules/serverless-installing-cli-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ kn: No such file or directory
2525
2626
.Procedure
2727
28-
. Download the `kn` CLI from the *Command Line Tools* page. 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.
28+
. Download the Knative (`kn`) CLI from the *Command Line Tools* page. 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.
2929
3030
. Unpack the archive:
3131
+

serverless/cli_tools/installing-kn.adoc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,16 @@ endif::[]
1818

1919
[IMPORTANT]
2020
====
21-
If you try to use an older version of the Knative `kn` CLI with a newer {ServerlessProductName} release, the API is not found and an error occurs.
21+
If you try to use an older version of the Knative (`kn`) CLI with a newer {ServerlessProductName} release, the API is not found and an error occurs.
2222
23-
For example, if you use the 1.16.0 release of the `kn` CLI, which uses version 0.22.0, with the 1.17.0 {ServerlessProductName} release, which uses the 0.23.0 versions of the Knative Serving and Knative Eventing APIs, the CLI does not work because it continues to look for the outdated 0.22.0 API versions.
23+
For example, if you use the 1.16.0 release of the Knative (`kn`) CLI, which uses version 0.22.0, with the 1.17.0 {ServerlessProductName} release, which uses the 0.23.0 versions of the Knative Serving and Knative Eventing APIs, the CLI does not work because it continues to look for the outdated 0.22.0 API versions.
2424
25-
Ensure that you are using the latest `kn` CLI version for your {ServerlessProductName} release to avoid issues.
25+
Ensure that you are using the latest Knative (`kn`) CLI version for your {ServerlessProductName} release to avoid issues.
2626
====
2727
// need to update this note, out of scope for this PR
2828

2929
include::modules/serverless-installing-cli-web-console.adoc[leveloffset=+1]
3030
include::modules/serverless-installing-cli-linux-rpm-package-manager.adoc[leveloffset=+1]
3131
include::modules/serverless-installing-cli-linux.adoc[leveloffset=+1]
32-
include::modules/serverless-installing-cli-linux-ibm-power-rpm.adoc[leveloffset=+1]
33-
include::modules/serverless-installing-cli-linux-ibm-power-tarball.adoc[leveloffset=+1]
34-
include::modules/serverless-installing-cli-linux-ibm-z-rpm.adoc[leveloffset=+1]
35-
include::modules/serverless-installing-cli-linux-ibm-z-tarball.adoc[leveloffset=+1]
3632
include::modules/serverless-installing-cli-macos.adoc[leveloffset=+1]
3733
include::modules/serverless-installing-cli-windows.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)