Created
October 16, 2024 09:51
-
-
Save serenasensini/97649f2e46f23265bf78351f8fb49505 to your computer and use it in GitHub Desktop.
This file contains 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: 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