mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
9 lines
130 B
YAML
9 lines
130 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
generateName: pod-churn-
|
|
spec:
|
|
containers:
|
|
- image: k8s.gcr.io/pause:3.6
|
|
name: pause
|