Skip to content

Commit

Permalink
docs: add sidecar kill command for linkerd-proxy (#13666)
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Pfeil <rcpw.wiegand@me.com>
  • Loading branch information
rowieg authored Sep 26, 2024
1 parent bf64aeb commit 199602e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sidecar-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ spec:
podMetadata:
annotations:
workflows.argoproj.io/kill-cmd-istio-proxy: '["pilot-agent", "request", "POST", "quitquitquit"]'
workflows.argoproj.io/kill-cmd-linkerd-proxy: '["/usr/lib/linkerd/linkerd-await","sleep","1","--shutdown"]'
workflows.argoproj.io/kill-cmd-vault-agent: '["sh", "-c", "kill -%d 1"]'
workflows.argoproj.io/kill-cmd-sidecar: '["sh", "-c", "kill -%d $(pidof entrypoint.sh)"]'
```

0 comments on commit 199602e

Please sign in to comment.