Skip to content

Instantly share code, notes, and snippets.

@metral
Last active December 2, 2020 17:47
Show Gist options
  • Save metral/81966d0edb8ff81fd30cda56937a3c33 to your computer and use it in GitHub Desktop.
Save metral/81966d0edb8ff81fd30cda56937a3c33 to your computer and use it in GitHub Desktop.
metral/k8sdebug Pod
apiVersion: v1
kind: Pod
metadata:
name: debug
spec:
#hostNetwork: true
#hostPID: true
containers:
- image: metral/debug:latest
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