Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4. name: ubuntu-debug
  5. spec:
  6. hostNetwork: true
  7. containers:
  8. - image: metral/debug:0.0.1
  9. command:
  10. - sleep
  11. - "86400"
  12. imagePullPolicy: IfNotPresent
  13. name: ubuntu
  14. restartPolicy: Always
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement