Update k3s image to rancher/k3s:v1.20.15-k3s1

This commit is contained in:
Kevin Pollet 2022-11-23 17:28:04 +01:00 committed by GitHub
parent 81a5b1b4c8
commit 68e8eb2435
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
version: "3.8"
services:
server:
image: rancher/k3s:v1.18.20-k3s1
image: rancher/k3s:v1.20.15-k3s1
command: server --disable-agent --no-deploy coredns --no-deploy servicelb --no-deploy traefik --no-deploy local-storage --no-deploy metrics-server --log /output/k3s.log --bind-address=server --tls-san=server
environment:
K3S_CLUSTER_SECRET: somethingtotallyrandom
@ -12,7 +12,7 @@ services:
- ./fixtures/k8s:/var/lib/rancher/k3s/server/manifests
node:
image: rancher/k3s:v1.18.20-k3s1
image: rancher/k3s:v1.20.15-k3s1
privileged: true
environment:
K3S_URL: https://server:6443