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:
parent
18a8b63d7b
commit
49f71a9b12
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue