Created
May 15, 2025 05:50
-
-
Save larkintuckerllc/cbffa0687fcb6fc1168c8c8baab43f17 to your computer and use it in GitHub Desktop.
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 | |
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