1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-20 11:33:18 +03:00

Update k3s.

This commit is contained in:
Ludovic Fernandez
2020-02-24 17:56:05 +01:00
committed by GitHub
parent a474e196ea
commit 336dd1d5ba
3 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
server:
image: rancher/k3s:v0.8.0
image: rancher/k3s:v1.17.2-k3s1
command: server --disable-agent --no-deploy traefik
environment:
- K3S_CLUSTER_SECRET=somethingtotallyrandom
@@ -17,7 +17,7 @@ server:
- 6443:6443
node:
image: rancher/k3s:v0.8.0
image: rancher/k3s:v1.17.2-k3s1
privileged: true
links:
- server