tests: improve timeout.
- upgrade k3s to v0.8.0
This commit is contained in:
parent
5d01452648
commit
0f32de4aa2
9 changed files with 54 additions and 33 deletions
|
@ -1,5 +1,5 @@
|
|||
server:
|
||||
image: rancher/k3s:v0.5.0
|
||||
image: rancher/k3s:v0.8.0
|
||||
command: server --disable-agent --no-deploy traefik
|
||||
environment:
|
||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||
|
@ -17,7 +17,7 @@ server:
|
|||
- 6443:6443
|
||||
|
||||
node:
|
||||
image: rancher/k3s:v0.5.0
|
||||
image: rancher/k3s:v0.8.0
|
||||
privileged: true
|
||||
links:
|
||||
- server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue