File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ Command supervisor for coordinated process termination.
33
44## Tombstones
55
6- kubexit carves a tombstone at ` ${KUBEXIT_PATH }/${KUBEXIT_NAME} ` to mark the birth and death of the process it supervises:
6+ kubexit carves a tombstone at ` ${KUBEXIT_GRAVEYARD }/${KUBEXIT_NAME} ` to mark the birth and death of the process it supervises:
77
881 . When a wrapped app starts, kubexit will write a tombstone with a ` Born ` timestamp.
991 . When a wrapped app exits, kubexit will update the tombstone with a ` Died ` timestamp and the ` ExitCode ` .
1010
1111## Use Case: Romeo and Juliet
1212
13- With kubexit, you can define ** death dependencies** between processes that are wrapped with kubexit and configured with the same ` KUBEXIT_PATH ` .
13+ With kubexit, you can define ** death dependencies** between processes that are wrapped with kubexit and configured with the same ` KUBEXIT_GRAVEYARD ` .
1414
1515```
1616KUBEXIT_NAME=app1 \
You can’t perform that action at this time.
0 commit comments