mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Fix README again.
This commit is contained in:
parent
0b9ce1761f
commit
66fb6c3fc1
1 changed files with 6 additions and 2 deletions
|
@ -62,7 +62,8 @@ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/<versi
|
|||
The first command installs two `CustomResourceDefinitions` in your Kubernetes cluster:
|
||||
|
||||
- `ArangoDeployment` is the resource used to deploy ArangoDB database.
|
||||
- `ArangoLocalStorage` is the resource used to provision `PersistentVolumes` on local storage.
|
||||
- `ArangoDeploymentReplication` is the resource used to deploy ArangoDB DC2DC
|
||||
replications.
|
||||
|
||||
The second command installs a `Deployment` that runs the operator that controls
|
||||
`ArangoDeployment` resources.
|
||||
|
@ -70,7 +71,10 @@ The second command installs a `Deployment` that runs the operator that controls
|
|||
The optional third command installs a `Deployment` that runs the operator that
|
||||
provides `PersistentVolumes` on local disks of the cluster nodes.
|
||||
Use this when running on bare-metal or if there is no provisioner for fast
|
||||
storage in your Kubernetes cluster.
|
||||
storage in your Kubernetes cluster. Furthermore, this also installs a
|
||||
new custom resource definition:
|
||||
|
||||
- `ArangoLocalStorage` is the resource used to provision `PersistentVolumes` on local storage.
|
||||
|
||||
The optioal fourth command installs a `Deployment` that runs the
|
||||
operator that takes care of DC2DC replications.
|
||||
|
|
Loading…
Reference in a new issue