Skip to content

Commit 66fb6c3

Browse files
committed
Fix README again.
1 parent 0b9ce17 commit 66fb6c3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/Manual/Tutorials/Kubernetes/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,19 @@ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/<versi
6262
The 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

6768
The second command installs a `Deployment` that runs the operator that controls
6869
`ArangoDeployment` resources.
6970

7071
The optional third command installs a `Deployment` that runs the operator that
7172
provides `PersistentVolumes` on local disks of the cluster nodes.
7273
Use 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

7579
The optioal fourth command installs a `Deployment` that runs the
7680
operator that takes care of DC2DC replications.

0 commit comments

Comments
 (0)