This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
k3s
mirror of
https://github.com/k3s-io/k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
Code
Issues
Projects
Releases
Wiki
Activity
b9904f63d4
k3s
/
examples
/
walkthrough
/
v1beta3
/
pod1.yaml
9 lines
109 B
YAML
Raw
Normal View
History
Unescape
Escape
updated gce-pd and redis examples to use v1beta3
2015-03-04 20:19:51 +00:00
apiVersion
:
v1beta3
kind
:
Pod
metadata
:
name
:
www
spec
:
containers
:
-
name
:
nginx
Stop using dockerfile/* images As per http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/ docker has stopped answering dockerfile/redis and dockerfile/nginx. Fix all users in our tree. Sadly this means a lot of published examples are now broken.
2015-04-16 16:11:47 +00:00
image
:
nginx