Skip to content

Instantly share code, notes, and snippets.

@achetronic
Last active March 14, 2024 15:56
Show Gist options
  • Save achetronic/d3e4e65224ef5e34103cb66ae2983547 to your computer and use it in GitHub Desktop.
Save achetronic/d3e4e65224ef5e34103cb66ae2983547 to your computer and use it in GitHub Desktop.
Simple pod to debug
apiVersion: v1
kind: Pod
metadata:
name: ubuntu
labels:
app: ubuntu
sidecar.istio.io/inject: "false"
#istio-injection: disabled
spec:
containers:
- image: ubuntu
command:
- "sleep"
- "604800"
imagePullPolicy: IfNotPresent
name: ubuntu
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment