Update networking.md

Just a slightly better way to keep the container up
This commit is contained in:
Tejeev
2025-04-18 04:51:27 -06:00
committed by GitHub
parent 9ac71edd37
commit a64e5988d5

View File

@@ -49,7 +49,7 @@ The `swiss-army-knife` container does not support Windows nodes. It also [does n
- image: rancherlabs/swiss-army-knife
imagePullPolicy: Always
name: overlaytest
command: ["sh", "-c", "tail -f /dev/null"]
command: ["sleep", "infinity"]
terminationMessagePath: /dev/termination-log
```