Skip to content

Commit a1a6f55

Browse files
authored
clarify tombstones
1 parent 14df218 commit a1a6f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Kubernetes supports multiple containers in a pod, but there is no current featur
1616

1717
## Tombstones
1818

19-
kubexit automatically carves a tombstone at `${KUBEXIT_GRAVEYARD}/${KUBEXIT_NAME}` to mark the birth and death of the process it supervises:
19+
kubexit automatically carves (writes to disk) a tombstone (`${KUBEXIT_GRAVEYARD}/${KUBEXIT_NAME}`) to mark the birth and death of the process it supervises:
2020

2121
1. When a wrapped app starts, kubexit will write a tombstone with a `Born` timestamp.
2222
1. When a wrapped app exits, kubexit will update the tombstone with a `Died` timestamp and the `ExitCode`.

0 commit comments

Comments
 (0)