We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99770ce commit 8661fb2Copy full SHA for 8661fb2
docs/design/rotating.md
@@ -6,8 +6,8 @@ Rotation of ArangoDeployment Pods can be triggered by Pod deletion or by annotat
6
7
Using annotation Pods gonna be rotated one-by-one which will keep cluster alive.
8
9
-Key: `deployment.arangodb.com/rotation`
+Key: `deployment.arangodb.com/rotate`
10
Value: `true`
11
12
To rotate ArangoDeployment Pod kubectl command can be used:
13
-`kubectl annotate pod arango-pod deployment.arangodb.com/rotation=true`
+`kubectl annotate pod arango-pod deployment.arangodb.com/rotate=true`
0 commit comments