mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Docs: Update links docs.arangodb.com -> www.arangodb.com/docs (#488)
* Update links docs.arangodb.com -> www.arangodb.com/docs * External links * rClone -> Rclone
This commit is contained in:
parent
fea09bb193
commit
6182fa8a13
5 changed files with 11 additions and 11 deletions
|
@ -202,7 +202,7 @@ Default: {}
|
|||
|
||||
Field is immutable. Protocol needs to be defined in `spec.download.credentialsSecretName` if protocol is other than local.
|
||||
|
||||
Mode protocols can be found [here](https://rclone.org/).
|
||||
Mode protocols can be found at [rclone.org](https://rclone.org/).
|
||||
|
||||
Format: `<protocol>:/<path>`
|
||||
|
||||
|
@ -230,7 +230,7 @@ metadata:
|
|||
type: Opaque
|
||||
```
|
||||
|
||||
`JSON Token` options are described on the [rClone](https://rclone.org/) page.
|
||||
`JSON Token` options are described on the [Rclone](https://rclone.org/) page.
|
||||
We can define more than one protocols at same time in one secret.
|
||||
|
||||
This field is defined in json format:
|
||||
|
@ -244,7 +244,7 @@ This field is defined in json format:
|
|||
}
|
||||
```
|
||||
|
||||
AWS S3 example - based on [rClone S3](https://rclone.org/s3/) documentation and interactive process:
|
||||
AWS S3 example - based on [Rclone S3](https://rclone.org/s3/) documentation and interactive process:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
|
@ -97,7 +97,7 @@ collection and see the details about shards. Please keep in
|
|||
mind that this has to be done **for each database** separately!
|
||||
|
||||
Obviously, this might be tedious and calls for automation. Therefore, there
|
||||
are APIs for this. The first one is [Cluster Health](../../../HTTP/Cluster/Health.html):
|
||||
are APIs for this. The first one is [Cluster Health](https://www.arangodb.com/docs/stable/http/cluster-health.html):
|
||||
|
||||
```
|
||||
POST /_admin/cluster/health
|
||||
|
@ -163,7 +163,7 @@ curl -k https://arangodb.9hoeffer.de:8529/_admin/cluster/health --user root: | j
|
|||
```
|
||||
|
||||
For the shards being in sync there is the
|
||||
[Cluster Inventory](../../../HTTP/Replications/ReplicationDump.html#return-cluster-inventory-of-collections-and-indexes)
|
||||
[Cluster Inventory](https://www.arangodb.com/docs/stable/http/replications-replication-dump.html#return-cluster-inventory-of-collections-and-indexes)
|
||||
API call:
|
||||
|
||||
```
|
||||
|
@ -446,7 +446,7 @@ above.
|
|||
Finally, it is likely that the shard distribution in the "new" cluster
|
||||
is not balanced out. In particular, the new _DBSserver_ is not automatically
|
||||
used to store shards. We recommend to
|
||||
[re-balance](../../Administration/Cluster/README.md#movingrebalancing-shards) the shard distribution,
|
||||
[re-balance](https://www.arangodb.com/docs/stable/administration-cluster.html#movingrebalancing-shards) the shard distribution,
|
||||
either manually by moving shards or by using the _Rebalance Shards_
|
||||
button in the _Shards_ tab under _NODES_ in the web UI. This redistribution can take
|
||||
some time again and progress can be monitored in the UI.
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
NAMESPACE: default
|
||||
STATUS: DEPLOYED
|
||||
...
|
||||
See https://docs.arangodb.com/devel/Manual/Tutorials/Kubernetes/
|
||||
See https://www.arangodb.com/docs/stable/tutorials-kubernetes.html
|
||||
for how to get started.
|
||||
```
|
||||
|
||||
|
|
|
@ -324,7 +324,7 @@ Your release is named 'illocutionary-whippet'.
|
|||
|
||||
You can now deploy ArangoDeployment & ArangoDeploymentReplication resources.
|
||||
|
||||
See https://docs.arangodb.com/devel/Manual/Tutorials/Kubernetes/
|
||||
See https://www.arangodb.com/docs/stable/tutorials-kubernetes.html
|
||||
for how to get started.
|
||||
```
|
||||
- As unlike cloud k8s offerings no file volume infrastructure exists, we need to still deploy the storage operator chart:
|
||||
|
@ -383,7 +383,7 @@ helm install \
|
|||
|
||||
You can now deploy an ArangoLocalStorage resource.
|
||||
|
||||
See https://docs.arangodb.com/devel/Manual/Deployment/Kubernetes/StorageResource.html
|
||||
See https://www.arangodb.com/docs/stable/deployment-kubernetes-storage-resource.html
|
||||
for further instructions.
|
||||
|
||||
```
|
||||
|
|
|
@ -205,7 +205,7 @@ You can now deploy ArangoDeployment resources.
|
|||
You can now deploy ArangoDeploymentReplication resources.
|
||||
{{- end }}
|
||||
|
||||
See https://docs.arangodb.com/devel/Manual/Tutorials/Kubernetes/
|
||||
See https://www.arangodb.com/docs/stable/tutorials-kubernetes.html
|
||||
for how to get started.
|
||||
`
|
||||
kubeArangoDBStorageNotesText = `
|
||||
|
@ -215,7 +215,7 @@ Your release is named '{{ .Release.Name }}'.
|
|||
|
||||
You can now deploy an ArangoLocalStorage resource.
|
||||
|
||||
See https://docs.arangodb.com/devel/Manual/Deployment/Kubernetes/StorageResource.html
|
||||
See https://www.arangodb.com/docs/stable/deployment-kubernetes-storage-resource.html
|
||||
for further instructions.
|
||||
`
|
||||
kubeArangoDBCRDNotesText = `
|
||||
|
|
Loading…
Reference in a new issue