mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
13 lines
395 B
Markdown
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`
|