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
This instruction covers only the steps to enable ArangoPlatform in Kubernetes cluster with already running ArangoDeployment.
16
+
If you don't have one yet, consider checking [kube-arangodb installation guide](./using-the-operator.md) and [ArangoDeployment CR description](./deployment-resource-reference.md).
17
+
18
+
### To enable Platform on your cluster, follow next steps:
19
+
20
+
1) Install [CertManager](https://github.com/cert-manager/cert-manager) on your cluster.
21
+
22
+
2) Enable Gateway Feature. Add `--deployment.feature.gateway=true` option to the Operator arguments.
23
+
24
+
3) Enable Webhooks. e.g. if you are using Helm package, add `--set "webhooks.enabled=true"` option to the Helm command.
25
+
26
+
4) Enable Managed Certificates. e.g. if you are using Helm package, add `--set "certificate.enabled=true"` option to the Helm command.
27
+
28
+
5) Enable Gateways in the ArangoDeployment. Set `.spec.gateway.enabled` and `.spec.gateway.dynamic` to True
0 commit comments