17 lines
258 B
YAML
17 lines
258 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: busybox0
|
||
|
labels:
|
||
|
app: busybox0
|
||
|
status: replaced
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: busybox
|
||
|
command:
|
||
|
- sleep
|
||
|
- "3600"
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
name: busybox
|
||
|
restartPolicy: Always
|