mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
664 B
664 B
layout | title | parent |
---|---|---|
page | Authentication V1 | ArangoDBPlatform |
Shutdown V1
Definitions:
Operator will send shutdown request once all containers marked with annotation are stopped.
Example:
metadata:
annotations:
core.shutdown.arangodb.com/app: "wait"
core.shutdown.arangodb.com/app2: "wait"
container.shutdown.arangodb.com/app3: port1
spec:
containers:
- name: app
- name: app2
- name: app3
ports:
name: port1
Pod will receive shutdown request on port port1
if containers app
and app2
will be in non running state.