Skip to content

Instantly share code, notes, and snippets.

@lomkju
Created June 23, 2022 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lomkju/dbe321ddc1929e65d658d61a22fc545c to your computer and use it in GitHub Desktop.
Save lomkju/dbe321ddc1929e65d658d61a22fc545c to your computer and use it in GitHub Desktop.
k8s-shell-pod
apiVersion: v1
kind: Pod
metadata:
name: test
spec:
containers:
- args:
- -c
- while true; do sleep 10;done
command:
- sh
image: gcr.io/distroless/base:debug
name: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment