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
|
||||
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
|
||||
|
|
3
integration/fixtures/k8s/.gitignore
vendored
Normal file
3
integration/fixtures/k8s/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
ccm.yaml
|
||||
local-storage.yaml
|
||||
metrics-server
|
|
@ -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…
Reference in a new issue