Update k3s.
This commit is contained in:
parent
a474e196ea
commit
336dd1d5ba
3 changed files with 7 additions and 4 deletions
|
@ -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 --log /output/k3s.log
|
||||
environment:
|
||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||
|
@ -12,7 +12,7 @@ server:
|
|||
- 6443:6443
|
||||
|
||||
node:
|
||||
image: rancher/k3s:v0.8.0
|
||||
image: rancher/k3s:v1.17.2-k3s1
|
||||
privileged: true
|
||||
links:
|
||||
- server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue