Skip to content

Instantly share code, notes, and snippets.

@M00nF1sh
Created December 5, 2022 22:33
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 M00nF1sh/87a9c3f92e21fac5bd0b7d5fcfa1ed04 to your computer and use it in GitHub Desktop.
Save M00nF1sh/87a9c3f92e21fac5bd0b7d5fcfa1ed04 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: eks-oncall-troubleshot-hn
spec:
hostNetwork: true
nodeName: ip-10-89-4-42.us-west-2.compute.internal
containers:
- name: netshoot
image: nicolaka/netshoot
command: ["/bin/sh"]
args: ["-c", "echo hang on; while true; do date; sleep 60; done"]
securityContext:
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment