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/rotating.md
2020-04-06 13:20:13 +02:00

13 lines
395 B
Markdown

# Rotation
## ArangoDeployment
Rotation of ArangoDeployment Pods can be triggered by Pod deletion or by annotation (safe way).
Using annotation Pods gonna be rotated one-by-one which will keep cluster alive.
Key: `deployment.arangodb.com/rotate`
Value: `true`
To rotate ArangoDeployment Pod kubectl command can be used:
`kubectl annotate pod arango-pod deployment.arangodb.com/rotate=true`