mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 14:45:28 +00:00
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.
11 lines
154 B
YAML
11 lines
154 B
YAML
apiVersion: v1beta1
|
|
kind: Pod
|
|
id: www
|
|
desiredState:
|
|
manifest:
|
|
version: v1beta1
|
|
id: www
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|