File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
docs/Manual/Tutorials/Kubernetes Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,19 @@ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/<versi
6262The first command installs two ` CustomResourceDefinitions ` in your Kubernetes cluster:
6363
6464- ` ArangoDeployment ` is the resource used to deploy ArangoDB database.
65- - ` ArangoLocalStorage ` is the resource used to provision ` PersistentVolumes ` on local storage.
65+ - ` ArangoDeploymentReplication ` is the resource used to deploy ArangoDB DC2DC
66+ replications.
6667
6768The second command installs a ` Deployment ` that runs the operator that controls
6869` ArangoDeployment ` resources.
6970
7071The optional third command installs a ` Deployment ` that runs the operator that
7172provides ` PersistentVolumes ` on local disks of the cluster nodes.
7273Use this when running on bare-metal or if there is no provisioner for fast
73- storage in your Kubernetes cluster.
74+ storage in your Kubernetes cluster. Furthermore, this also installs a
75+ new custom resource definition:
76+
77+ - ` ArangoLocalStorage ` is the resource used to provision ` PersistentVolumes ` on local storage.
7478
7579The optioal fourth command installs a ` Deployment ` that runs the
7680operator that takes care of DC2DC replications.
You can’t perform that action at this time.
0 commit comments