mirror of https://github.com/k3s-io/k3s
17 lines
257 B
YAML
17 lines
257 B
YAML
![]() |
apiVersion: v1
|
||
|
ind: Pod
|
||
|
metadata:
|
||
|
name: busybox2
|
||
|
labels:
|
||
|
app: busybox2
|
||
|
status: replaced
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: busybox
|
||
|
command:
|
||
|
- sleep
|
||
|
- "3600"
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
name: busybox
|
||
|
restartPolicy: Always
|