mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-07 02:15:03 -04:00
11 lines
204 B
YAML
11 lines
204 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: dummy
|
|
namespace: kube-system
|
|
spec:
|
|
containers:
|
|
- name: dummy
|
|
image: rancher/mirrored-library-nginx:1.29.1-alpine
|
|
imagePullPolicy: IfNotPresent
|