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

Commit ba7eb1c

Browse files
authored
Merge pull request #361 from kabanero-io/alohr51-patch-1
0.7.0 install doc update
2 parents 871f6bc + f1eb57b commit ba7eb1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ref/general/installation/installing-kabanero-foundation.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:page-doc-number: 1.0
66
:sectanchors:
77

8-
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.
8+
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.
99

1010
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.
1111

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

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

2727
. 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`.
2828

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

4242
. 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.
4343

44-
. 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):
44+
. 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):
4545
+
4646
[source,yaml]
4747
----
@@ -52,7 +52,7 @@ metadata:
5252
namespace: openshift-marketplace
5353
spec:
5454
sourceType: grpc
55-
image: kabanero/kabanero-operator-registry:0.6.0
55+
image: kabanero/kabanero-operator-registry:0.7.0
5656
----
5757

5858
. Create the `kabanero` namespace using `oc new-project kabanero`

0 commit comments

Comments
 (0)