Skip to content

Instantly share code, notes, and snippets.

@metral
Last active October 4, 2017 23:46
Show Gist options
  • Select an option

  • Save metral/1abaeafc2f76b3a59273fe3cd0588e2e to your computer and use it in GitHub Desktop.

Select an option

Save metral/1abaeafc2f76b3a59273fe3cd0588e2e to your computer and use it in GitHub Desktop.
Debian Debug Pod for Kubernetes
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