Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created May 15, 2025 05:50
Show Gist options
  • Save larkintuckerllc/cbffa0687fcb6fc1168c8c8baab43f17 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/cbffa0687fcb6fc1168c8c8baab43f17 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: debug
namespace: default
spec:
containers:
- name: debug
image: bitnami/kubectl: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