Last active
October 4, 2017 23:46
-
-
Save metral/1abaeafc2f76b3a59273fe3cd0588e2e to your computer and use it in GitHub Desktop.
Debian Debug Pod for Kubernetes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: debug | |
| spec: | |
| #hostNetwork: true | |
| #hostPID: true | |
| containers: | |
| - image: metral/debug:0.0.2 | |
| command: | |
| - sleep | |
| - "86400" | |
| imagePullPolicy: Always | |
| name: debug | |
| restartPolicy: Always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment