Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (22 loc) · 398 Bytes

kubernetes_ubuntu_restart.pod

File metadata and controls

22 lines (22 loc) · 398 Bytes
{ "apiVersion": "V1beta1", "kind": "Pod", "metadata":{ "name":"test-k8s-restartPolicy", "labels":{ "name":"ubuntu" } }, "spec": { "version": "V1beta1", "id": "Ubuntu-Pod", "containers": [ { "name": "Ubuntu-1", "image": "ubuntu", "args": ["sleep", "10"] } ], "restartPolicy": "Never" } }