Skip to content

Instantly share code, notes, and snippets.

@briskgopesh
Created September 20, 2024 16:52
Show Gist options
  • Save briskgopesh/2ca01cbe0763657cfe03941e8ebce7d6 to your computer and use it in GitHub Desktop.
Save briskgopesh/2ca01cbe0763657cfe03941e8ebce7d6 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: netshoot
labels:
app: netshoot
spec:
containers:
- image: nicolaka/netshoot
command:
- "sleep"
- "604800"
imagePullPolicy: IfNotPresent
name: netshoot
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment