diff --git a/ref/general/installation/installing-kabanero-foundation.adoc b/ref/general/installation/installing-kabanero-foundation.adoc index e66d338..65e08a8 100644 --- a/ref/general/installation/installing-kabanero-foundation.adoc +++ b/ref/general/installation/installing-kabanero-foundation.adoc @@ -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. @@ -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`. @@ -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] ---- @@ -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`