Skip to content

Instantly share code, notes, and snippets.

@bot11
Created February 20, 2020 19:35
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 bot11/f35c7426eec64dc8216c8fd01d92032b to your computer and use it in GitHub Desktop.
Save bot11/f35c7426eec64dc8216c8fd01d92032b to your computer and use it in GitHub Desktop.
Why is this redirection not working ?!
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: tt
name: tt
spec:
containers:
- command:
- /bin/sh
- -c
- while true; do date; sleep 3;done
- >
- /tmp/t.out
image: busybox
name: tt
resources: {}
dnsPolicy: ClusterFirst
restartPolicy: Never
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment