1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/docs/design/test_clusters.md

17 lines
482 B
Markdown
Raw Normal View History

2018-03-08 15:07:43 +00:00
# Test clusters
The ArangoDB operator is tested on various types of kubernetes clusters.
To prepare a cluster for running the ArangoDB operator tests,
do the following:
- Create a `kubectl` config file for accessing the cluster.
- Use that config file.
- Run `./scripts/kube_configure_test_cluster.sh`. This creates a `ConfigMap`
named `arango-operator-test` in the `kube-system` namespace containing the
following environment variables.
```bash
REQUIRE_LOCAL_STORAGE=1
```