mirror of https://github.com/k3s-io/k3s
17 lines
231 B
YAML
17 lines
231 B
YAML
![]() |
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
labels:
|
||
|
name: redis-master
|
||
|
name: name
|
||
|
spec:
|
||
|
containers:
|
||
|
- args:
|
||
|
- this
|
||
|
- is
|
||
|
- an
|
||
|
- ok
|
||
|
- command
|
||
![]() |
image: gcr.io/fake_project/fake_image:fake_tag
|
||
![]() |
name: master
|