Skip to content

Instantly share code, notes, and snippets.

@serenasensini
Created October 16, 2024 09:51
Show Gist options
  • Save serenasensini/97649f2e46f23265bf78351f8fb49505 to your computer and use it in GitHub Desktop.
Save serenasensini/97649f2e46f23265bf78351f8fb49505 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: exit-code-127-example
spec:
containers:
- name: failing-container
image: busybox
command: ["/bin/sh", "-c", "non_existing_command"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment