busybox.yaml 258 B

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