@@ -149,7 +149,7 @@ If you want the default Coherence Operator installation then the simplest soluti
149
149
150
150
[source,bash]
151
151
----
152
- kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.3.4 /coherence-operator.yaml
152
+ kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.3.5 /coherence-operator.yaml
153
153
----
154
154
155
155
This will create a namespace called `coherence` and install the Operator into it along with all the required `ClusterRole` and `RoleBinding` resources. The `coherence` namespace can be changed by downloading and editing the yaml file.
@@ -652,13 +652,13 @@ helm delete coherence-operator --namespace <namespace>
652
652
653
653
If you want to use yaml directly to install the operator, with something like `kubectl`, you can use the manifest files
654
654
published with the GitHub release at this link:
655
- https://github.com/oracle/coherence-operator/releases/download/v3.3.4 /coherence-operator-manifests.tar.gz[3.3.4 Manifests]
655
+ https://github.com/oracle/coherence-operator/releases/download/v3.3.5 /coherence-operator-manifests.tar.gz[3.3.5 Manifests]
656
656
657
657
These manifest files are for use with a tool called Kustomize, which is built into `kubectl`
658
658
see the documentation here: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
659
659
660
660
Download the
661
- https://github.com/oracle/coherence-operator/releases/download/v3.3.4 /coherence-operator-manifests.tar.gz[3.3.4 Manifests]
661
+ https://github.com/oracle/coherence-operator/releases/download/v3.3.5 /coherence-operator-manifests.tar.gz[3.3.5 Manifests]
662
662
from the release page and unpack the file, which should produce a directory called `manifests` with a structure like this:
663
663
664
664
[source]
@@ -711,14 +711,14 @@ Change the name of the Operator image by running the command below, changing the
711
711
that you are using for the Operator, for example if you have the images in a custom registry
712
712
[source,bash]
713
713
----
714
- cd ./manager && kustomize edit set image controller=myregistry/coherence-operator:3.3.4
714
+ cd ./manager && kustomize edit set image controller=myregistry/coherence-operator:3.3.5
715
715
----
716
716
717
717
Change the name of the Operator image by running the command below, changing the image name to the registry and image name
718
718
that you are using for the Operator utilities image
719
719
[source,bash]
720
720
----
721
- cd ./manager && kustomize edit add configmap env-vars --from-literal OPERATOR_IMAGE=myregistry/coherence-operator:3.3.4
721
+ cd ./manager && kustomize edit add configmap env-vars --from-literal OPERATOR_IMAGE=myregistry/coherence-operator:3.3.5
722
722
----
723
723
724
724
Change the name of the default Coherence image. If you are always going to be deploying your own application images then this
@@ -796,7 +796,7 @@ This can be done using the Tanzu CLI.
796
796
[source,bash]
797
797
----
798
798
tanzu package repository add coherence-repo \
799
- --url ghcr.io/oracle/coherence-operator-repo:3.3.3 \
799
+ --url ghcr.io/oracle/coherence-operator-repo:3.3.5 \
800
800
--namespace coherence \
801
801
--create-namespace
802
802
----
@@ -826,7 +826,7 @@ which should include the Operator package, `coherence-operator.oracle.github.com
826
826
[source,bash]
827
827
----
828
828
NAME DISPLAY-NAME SHORT-DESCRIPTION LATEST-VERSION
829
- coherence-operator.oracle.github.com Oracle Coherence Operator A Kubernetes operator for managing Oracle Coherence clusters 3.3.3
829
+ coherence-operator.oracle.github.com Oracle Coherence Operator A Kubernetes operator for managing Oracle Coherence clusters 3.3.5
830
830
----
831
831
832
832
=== Install the Coherence Operator Package
@@ -837,7 +837,7 @@ Once the Coherence Operator repository has been installed, the `coherence-operat
837
837
----
838
838
tanzu package install coherence \
839
839
--package-name coherence-operator.oracle.github.com \
840
- --version 3.3.3 \
840
+ --version 3.3.5 \
841
841
--namespace coherence
842
842
----
843
843
@@ -853,7 +853,7 @@ which should display the Coherence Operator package.
853
853
[source,bash]
854
854
----
855
855
NAME PACKAGE-NAME PACKAGE-VERSION STATUS
856
- coherence coherence-operator.oracle.github.com 3.3.3 Reconcile succeeded
856
+ coherence coherence-operator.oracle.github.com 3.3.5 Reconcile succeeded
857
857
----
858
858
859
859
The Operator is now installed and ready to mage Coherence clusters.
0 commit comments