You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: ref/general/installation/installing-kabanero-foundation.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
:page-doc-number: 1.0
6
6
:sectanchors:
7
7
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.
9
9
10
10
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.
11
11
@@ -22,7 +22,7 @@ Kabanero uses Operator Lifecycle Manager (OLM) to manage its prerequisites. Seve
22
22
=== Scripted installation
23
23
24
24
. Obtain the installation script for the release of Kabanero that you wish to install.
. 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`.
28
28
@@ -41,7 +41,7 @@ Kabanero uses Operator Lifecycle Manager (OLM) to manage its prerequisites. Seve
41
41
42
42
. 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.
43
43
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):
45
45
+
46
46
[source,yaml]
47
47
----
@@ -52,7 +52,7 @@ metadata:
52
52
namespace: openshift-marketplace
53
53
spec:
54
54
sourceType: grpc
55
-
image: kabanero/kabanero-operator-registry:0.6.0
55
+
image: kabanero/kabanero-operator-registry:0.7.0
56
56
----
57
57
58
58
. Create the `kabanero` namespace using `oc new-project kabanero`
0 commit comments