Skip to content

Instantly share code, notes, and snippets.

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