mirror of https://github.com/k3s-io/k3s
10 lines
226 B
YAML
10 lines
226 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: stargz-snapshot-test
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: stargz-snapshot-test
|
||
|
image: "ghcr.io/stargz-containers/k3s-test-ubuntu:20.04-esgz"
|
||
|
command: ["sleep"]
|
||
|
args: ["infinity"]
|