mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
9 lines
135 B
YAML
9 lines
135 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
generateName: pod-churn-
|
|
spec:
|
|
containers:
|
|
- image: registry.k8s.io/pause:3.9
|
|
name: pause
|