Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created May 14, 2025 17:12
Show Gist options
  • Save larkintuckerllc/eade81cfe03d5a2dcb0df1bef6e36fb3 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/eade81cfe03d5a2dcb0df1bef6e36fb3 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: debug
namespace: default
spec:
containers:
- name: debug
image: ubuntu:latest
command: ["/bin/bash"]
args:
- -c
- |
while true; do
sleep 60
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment