mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Adding READMEs
This commit is contained in:
parent
044917a911
commit
bb9b731a53
2 changed files with 24 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# ArangoDB Kubernetes Operator
|
||||
|
||||
"Starter for Kubernetes"
|
||||
|
||||
State: Design only
|
||||
|
||||
[Docs](./docs/README.md)
|
17
docs/README.md
Normal file
17
docs/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# ArangoDB operator docs
|
||||
|
||||
## Usage
|
||||
|
||||
- [Using the operator](./usage.md)
|
||||
- [Custom resource](./custom_resource.md)
|
||||
- [ArangoDB configuration & secrets](./config_and_secrets.md)
|
||||
- [Metrics](./metrics.md)
|
||||
- [Scaling](./scaling.md)
|
||||
- [Storage](./storage.md)
|
||||
- [Upgrading](./upgrading.md)
|
||||
|
||||
## Internals
|
||||
|
||||
- [Constraints](./constraints.md)
|
||||
- [Health](./health.md)
|
||||
- [Resource & labels](./resource_and_labels.md)
|
Loading…
Reference in a new issue