Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/design/rotating.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Rotation of ArangoDeployment Pods can be triggered by Pod deletion or by annotat

Using annotation Pods gonna be rotated one-by-one which will keep cluster alive.

Key: `deployment.arangodb.com/rotation`
Key: `deployment.arangodb.com/rotate`
Value: `true`

To rotate ArangoDeployment Pod kubectl command can be used:
`kubectl annotate pod arango-pod deployment.arangodb.com/rotation=true`
`kubectl annotate pod arango-pod deployment.arangodb.com/rotate=true`