github.com/verrazzano/verrazzano@v1.7.0/platform-operator/thirdparty/charts/coherence-operator/README.md (about) 1 <!-- 2 Copyright 2020, 2023, Oracle Corporation and/or its affiliates. 3 Licensed under the Universal Permissive License v 1.0 as shown at 4 http://oss.oracle.com/licenses/upl. 5 --> 6 7 # coherence-operator 8 Install coherence-operator to work with Coherence clusters on Kubernetes. 9 10 ## Introduction 11 12 This chart install a coherence-operator deployment on a 13 [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) 14 package manager. 15 16 ## Prerequisites 17 * Kubernetes 1.19 or above 18 * Helm 3 or above 19 20 ## Installing the Chart 21 To install the chart with the release name `sample-coherence-operator`: 22 23 ``` 24 @ helm install sample-coherence-operator coherence-operator 25 ``` 26 27 The command deploys coherence-operator on the Kubernetes cluster in the 28 default configuration. The [configuration](#configuration) section list 29 parameters that can be configured during installation. 30 31 ## Uninstalling the Chart 32 To uninstall the `sample-coherence-operator` deployment: 33 34 ``` 35 $ helm delete sample-coherence-operator 36 ``` 37