Skip to content

Instantly share code, notes, and snippets.

@mwringe
Created February 25, 2016 15:17
Show Gist options
  • Save mwringe/8601d20d78b408612045 to your computer and use it in GitHub Desktop.
Save mwringe/8601d20d78b408612045 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: pending-log-test
spec:
containers:
- image: openshift/ruby-hello-world
name: test-pending
lifecycle:
postStart:
exec:
command:
- "/usr/bin/sleep"
- "30"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment