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
|
@ -18,7 +18,7 @@ In the following, the Kubernetes resources defined in YAML configuration files c
|
|||
|
||||
!!! important "Kubectl Version"
|
||||
|
||||
With the `rancher/k3s` version used in this guide (`0.5.0`), the kubectl version needs to be >= `0.11`.
|
||||
With the `rancher/k3s` version used in this guide (`0.8.0`), the kubectl version needs to be >= `0.11`.
|
||||
|
||||
## k3s Docker-compose Configuration
|
||||
|
||||
|
|
|
@ -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