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
* The [Helm 3 CLI](https://helm.sh/docs/intro/install/) tool is installed and configured to interact with your Kubernetes cluster.
26
-
*Credentials for the Operator artifact repository (please [contact us](https://www.kurrent.io/contact) for more information). References to the credentials appear as `$username` and `$password` in the guide.
26
+
* Operator license (please [contact us](https://www.kurrent.io/contact) for more information).
27
27
28
28
## Helm Repository
29
29
30
30
The Operator deployment process is managed via Helm. The following Kurrent repository must be configured using the command:
- Sets the namespace of where the Operator will be deployed i.e. `kurrent` (feel free to change this)
124
123
- Creates the namespace (if it already exists, leave out the `--create-namespace` flag)
125
124
- Deploys CRDs (this can be skipped by removing `--set crds.enabled=true`)
125
+
- Configures the Operator license
126
126
- Sets the underlying Operator configuration to target the namespaces: `kurrent` and `foo`
127
127
- Deploys a new Helm release called `kurrentdb-operator` in the `kurrent` namespace
128
128
@@ -147,9 +147,10 @@ Once installed, navigate to the [deployment validation](#deployment-validation)
147
147
The Operator deployment can be updated to adjust which namespaces are watched. For example, in addition to the `kurrent` and `foo` namespaces (from the example above), a new namespace `bar` may also be watched using the command below:
0 commit comments