mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-15 17:51:03 +00:00
Added template for cluster with sync
This commit is contained in:
parent
6086a21a78
commit
66eb12e2a1
2 changed files with 11 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Acceptance test for kube-arangodb operator on specific Kubernetes platform
|
||||
|
||||
This acceptance test plan describes all test scenario's that must be executed
|
||||
succesfully in order to consider the kube-arangodb operator production ready
|
||||
successfully in order to consider the kube-arangodb operator production ready
|
||||
on a specific Kubernetes setup (from now on we'll call a Kubernetes setup a platform).
|
||||
|
||||
## Platform parameters
|
||||
|
@ -96,7 +96,7 @@ This test requires the use of the enterprise image.
|
|||
|
||||
Create an `ArangoDeployment` of mode `Cluster` and dc2dc enabled.
|
||||
|
||||
Hint: Derive `tests/acceptance/cluster.yaml`.
|
||||
Hint: Derive from `tests/acceptance/cluster-sync.yaml`.
|
||||
|
||||
- [ ] The deployment must start
|
||||
- [ ] The deployment must yield 15 `Pods`
|
||||
|
|
9
tests/acceptance/cluster-sync.yaml
Normal file
9
tests/acceptance/cluster-sync.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
apiVersion: "database.arangodb.com/v1alpha"
|
||||
kind: "ArangoDeployment"
|
||||
metadata:
|
||||
name: "acceptance-cluster"
|
||||
spec:
|
||||
mode: Cluster
|
||||
image: <todo set enterprise image>
|
||||
sync:
|
||||
enabled: true
|
Loading…
Reference in a new issue