---
# pod
apiVersion: v1
kind: Pod
metadata:
name: myapp
labels:
name: myapp
spec:
containers:
- name: myapp
image: docker.io/busybox
imagePullPolicy: "IfNotPresent"
command: ["sh", "-c", "echo 'running..' && sleep 3600"]
2024-03-08 12:02:52
---
# pod
apiVersion: v1
kind: Pod
metadata:
name: myapp
labels:
name: myapp
spec:
containers:
- name: myapp
image: docker.io/busybox
imagePullPolicy: "IfNotPresent"
command: ["sh", "-c", "echo 'running..' && sleep 3600"]