1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-18 21:59:30 +00:00
ctrl/doc/example-messages/k3s-delete-deployment.yaml

18 lines
286 B
YAML

---
- toNodes:
- vbox1
method: cliCommand
methodArgs:
- "bash"
- "-c"
- |
kubectl delete -f test.yaml
replyMethod: console
ACKTimeout: 5
retries: 120
replyACKTimeout: 5
replyRetries: 3
methodTimeout: 100
directory: system
fileName: system.log