mirror of https://github.com/k3s-io/k3s
11 lines
166 B
YAML
11 lines
166 B
YAML
![]() |
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: test-pod
|
||
|
labels:
|
||
|
name: test-pod-label
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: kubernetes-pause
|
||
|
image: k8s.gcr.io/pause:3.0
|