mirror of https://github.com/k3s-io/k3s
Update docker-compose files to use 0.5.0
The sample docker-compose yaml documents should use the latest version Signed-off-by: Carson Anderson <ca@carsonoid.net>pull/448/head
parent
8c0116dd29
commit
3b837d7ed2
|
@ -1,7 +1,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
node:
|
node:
|
||||||
image: rancher/k3s:v0.4.0
|
image: rancher/k3s:v0.5.0
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /run
|
- /run
|
||||||
- /var/run
|
- /var/run
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: rancher/k3s:v0.4.0
|
image: rancher/k3s:v0.5.0
|
||||||
command: server --disable-agent
|
command: server --disable-agent
|
||||||
environment:
|
environment:
|
||||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||||
|
@ -15,7 +15,7 @@ services:
|
||||||
- 6443:6443
|
- 6443:6443
|
||||||
|
|
||||||
node:
|
node:
|
||||||
image: rancher/k3s:v0.4.0
|
image: rancher/k3s:v0.5.0
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /run
|
- /run
|
||||||
- /var/run
|
- /var/run
|
||||||
|
|
Loading…
Reference in New Issue