Skip to content

Commit f4e3954

Browse files
authored
Merge pull request #108 from arangodb/docs-integration
Doc - Follow file name conventions of main docs, move to Tutorials
2 parents e7a508f + 94124d5 commit f4e3954

File tree

14 files changed

+46
-44
lines changed

14 files changed

+46
-44
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
State: In heavy development. DO NOT USE FOR ANY PRODUCTION LIKE PURPOSE! THINGS WILL CHANGE.
66

7-
- [Getting Started](./docs/Manual/GettingStarted/Kubernetes/README.md)
8-
- [User manual](./docs/Manual/Deployment/Kubernetes/README.md)
9-
- [Design documents](./docs/design/README.md)
7+
[Documentation](./docs/README.md)
108

119
## Installation of latest release
1210

docs/Manual/Deployment/Kubernetes/config_and_secrets.md renamed to docs/Manual/Deployment/Kubernetes/ConfigAndSecrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration & secrets
22

33
An ArangoDB cluster has lots of configuration options.
4-
Some will be supported directly in the ArangoDB operator,
4+
Some will be supported directly in the ArangoDB Operator,
55
others will have to specified separately.
66

77
## Built-in options

docs/Manual/Deployment/Kubernetes/deployment_resource.md renamed to docs/Manual/Deployment/Kubernetes/DeploymentResource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ArangoLocalStorage Custom Resource
22

3-
The ArangoDB Deployment operator creates and maintains ArangoDB deployments
3+
The ArangoDB Deployment Operator creates and maintains ArangoDB deployments
44
in a Kubernetes cluster, given a deployment specification.
55
This deployment specification is a `CustomResource` following
66
a `CustomResourceDefinition` created by the operator.
@@ -102,7 +102,7 @@ This setting specifies the type of storage engine used for all servers
102102
in the cluster.
103103
Possible values are:
104104

105-
- `MMFiles` To use the MMfiles storage engine.
105+
- `MMFiles` To use the MMFiles storage engine.
106106
- `RocksDB` (default) To use the RocksDB storage engine.
107107

108108
This setting cannot be changed after the cluster has been created.
File renamed without changes.
Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
# ArangoDB operator user manual
1+
# ArangoDB Kubernetes Operator
22

3-
- [Using the operator](./usage.md)
4-
- [Deployment Resource](./deployment_resource.md)
5-
- [ArangoDB configuration & secrets](./config_and_secrets.md)
6-
- [Metrics](./metrics.md)
7-
- [Scaling](./scaling.md)
8-
- [Services & Load balancer](./services_and_loadbalancer.md)
9-
- [Storage](./storage.md)
10-
- [Storage Resource](./storage_resource.md)
11-
- [TLS](./tls.md)
12-
- [Upgrading](./upgrading.md)
3+
The ArangoDB Kubernetes Operator (`kube-arangodb`) is a set of two operators
4+
that you deploy in your Kubernetes cluster to manage deployments of the
5+
ArangoDB database and provide `PersistentVolumes` on local storage of your
6+
nodes for optimal storage performance.

docs/Manual/Deployment/Kubernetes/scaling.md renamed to docs/Manual/Deployment/Kubernetes/Scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scaling
22

3-
The ArangoDB operator supports up and down scaling of
3+
The ArangoDB Kubernetes Operator supports up and down scaling of
44
the number of dbservers & coordinators.
55

66
Currently it is not possible to change the number of

docs/Manual/Deployment/Kubernetes/services_and_loadbalancer.md renamed to docs/Manual/Deployment/Kubernetes/ServicesAndLoadBalancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Services and load balancer
22

3-
The ArangoDB operator will create services that can be used to
3+
The ArangoDB Kubernetes Operator will create services that can be used to
44
reach the ArangoDB servers from inside the Kubernetes cluster.
55

66
To use the ArangoDB servers from outside the Kubernetes cluster

docs/Manual/Deployment/Kubernetes/storage.md renamed to docs/Manual/Deployment/Kubernetes/Storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Storage
22

33
An ArangoDB cluster relies heavily on fast persistent storage.
4-
The ArangoDB operator uses `PersistenVolumeClaims` to deliver
4+
The ArangoDB Kubernetes Operator uses `PersistentVolumeClaims` to deliver
55
the storage to Pods that need them.
66

77
## Storage configuration

docs/Manual/Deployment/Kubernetes/storage_resource.md renamed to docs/Manual/Deployment/Kubernetes/StorageResource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ArangoLocalStorage Custom Resource
22

3-
The ArangoDB Storage operator creates and maintains ArangoDB
3+
The ArangoDB Storage Operator creates and maintains ArangoDB
44
storage resources in a Kubernetes cluster, given a storage specification.
55
This storage specification is a `CustomResource` following
66
a `CustomResourceDefinition` created by the operator.

docs/Manual/Deployment/Kubernetes/tls.md renamed to docs/Manual/Deployment/Kubernetes/Tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TLS
22

3-
The ArangoDB operator will by default create ArangoDB deployments that use
4-
secure TLS connections.
3+
The ArangoDB Kubernetes Operator will by default create ArangoDB deployments
4+
that use secure TLS connections.
55

66
It uses a single CA certificate (stored in a Kubernetes secret) and
77
one certificate per ArangoDB server (stored in a Kubernetes secret per server).

0 commit comments

Comments
 (0)