Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
0.7.0 install doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
alohr51 authored Mar 21, 2020
1 parent 871f6bc commit f1eb57b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ref/general/installation/installing-kabanero-foundation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:page-doc-number: 1.0
:sectanchors:

Kabanero version 0.6 has been tested on OpenShift Container Platform (OCP) 4.3. There is intent to expand testing to additional distributions, including upstream Kubernetes, in the future.
Kabanero version 0.7 has been tested on OpenShift Container Platform (OCP) 4.3. There is intent to expand testing to additional distributions, including upstream Kubernetes, in the future.

The Kabanero Open Project intends to build on open source distributions of Kubernetes; however, the current distribution of The Origin Community Distribution of Kubernetes (OKD) is lagging the commercial distributions. Due to a focus on building leading-edge capabilities and leveraging new features across the integrated open frameworks, the Kabanero Open Project is temporarily building on version 4 capabilities of the commercial distributions. When there is a comparable release of OKD, the Kabanero Open Project will return to it.

Expand All @@ -22,7 +22,7 @@ Kabanero uses Operator Lifecycle Manager (OLM) to manage its prerequisites. Seve
=== Scripted installation

. Obtain the installation script for the release of Kabanero that you wish to install.
* `curl -s -O -L https://github.com/kabanero-io/kabanero-operator/releases/download/0.6.0/install.sh`
* `curl -s -O -L https://github.com/kabanero-io/kabanero-operator/releases/download/0.7.0/install.sh`

. Review the `install.sh` script for any optional components that can be enabled by setting the required environment variable, or by editing the value in the script directly. Optional components are listed at the top of the script, below the section titled `Optional components`.

Expand All @@ -41,7 +41,7 @@ Kabanero uses Operator Lifecycle Manager (OLM) to manage its prerequisites. Seve

. Install the microservice deployment operator using the instructions to link:https://docs.openshift.com/container-platform/4.3/operators/olm-adding-operators-to-cluster.html[add an operator to your cluster]. On the Create Operator Subscription page, select the default 'All namespaces on the cluster' and `beta` channel.

. Install the OLM CatalogSource containing the product operator. The following YAML can be used, after substituting the required version (the example uses version 0.6.0):
. Install the OLM CatalogSource containing the product operator. The following YAML can be used, after substituting the required version (the example uses version 0.7.0):
+
[source,yaml]
----
Expand All @@ -52,7 +52,7 @@ metadata:
namespace: openshift-marketplace
spec:
sourceType: grpc
image: kabanero/kabanero-operator-registry:0.6.0
image: kabanero/kabanero-operator-registry:0.7.0
----

. Create the `kabanero` namespace using `oc new-project kabanero`
Expand Down

0 comments on commit f1eb57b

Please sign in to comment.