Created
February 20, 2020 19:35
-
-
Save bot11/f35c7426eec64dc8216c8fd01d92032b to your computer and use it in GitHub Desktop.
Why is this redirection not working ?!
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: | |
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