busybox.yaml 237 B

12345678910111213141516
  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4. name: busybox0
  5. labels:
  6. app: busybox0
  7. spec:
  8. containers:
  9. - image: busybox
  10. command:
  11. - sleep
  12. - "3600"
  13. imagePullPolicy: IfNotPresent
  14. name: busybox
  15. restartPolicy: Always