Advertisement
Nrejve

yaml1

Jan 5th, 2021
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.20 KB | None | 0 0
  1. apiVersion: v1
  2.  kind: Pod
  3.  metadata:
  4.    name: busybox
  5.  spec:
  6.    containers:
  7.    - image: busybox:1.28.4
  8.      command:
  9.       - sleep
  10.        - "3600"
  11.      name: busybox
  12.    restartPolicy: Always
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement