1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00

Fix Test 3d

"spec.coordinators.count" has to be >= 2 in a production environment
This commit is contained in:
maxkernbach 2019-07-03 11:21:50 +02:00 committed by GitHub
parent 18a8b63d7b
commit 49f71a9b12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,10 +228,10 @@ Change the value of `spec.dbservers.count` from 4 to 2.
- [ ] Three dbservers are removed (one by one)
- [ ] The deployment must yield 9 `Pods`
Change the value of `spec.coordinators.count` from 4 to 1.
Change the value of `spec.coordinators.count` from 4 to 2.
- [ ] Three coordinators are removed (one by one)
- [ ] The deployment must yield 6 `Pods`
- [ ] The deployment must yield 7 `Pods`
### Test 4a: Create cluster deployment with `ArangoLocalStorage` provided volumes