Skip to content

Commit ebb3347

Browse files
committed
remove flowchart
Signed-off-by: Matthias Bertschy <[email protected]>
1 parent e4a96d5 commit ebb3347

File tree

1 file changed

+0
-9
lines changed
  • keps/sig-node/753-sidecar-containers

1 file changed

+0
-9
lines changed

keps/sig-node/753-sidecar-containers/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -859,15 +859,6 @@ works for that scenario as well as a more and more popular scenario of limited t
859859
graceful termination is set by external requirement and Pods needs to do best to gracefully terminate
860860
as much as possible (think of a Spot Instances with 30 seconds notification).
861861

862-
```mermaid
863-
flowchart TD
864-
A[Start] --> B{Is it?}
865-
B -->|Yes| C[OK]
866-
C --> D[Rethink]
867-
D --> B
868-
B ---->|No| E[End]
869-
```
870-
871862
Here is the proposed approach:
872863
1. Sidecar containers that have a `PreStop` hook will be notified when the Pod has begun terminating
873864
by executing the `PreStop` hook. This happens at the same time as regular containers, and begins

0 commit comments

Comments
 (0)