updated k3d cluster config

This commit is contained in:
Sebastian Wendel 2022-06-15 15:46:17 +02:00
parent 0e24536f16
commit d4f7c6e430
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -3,4 +3,24 @@ apiVersion: k3d.io/v1alpha4
kind: Simple
servers: 1
agents: 0
image: docker.io/rancher/k3s:v1.21.7-k3s1
image: docker.io/rancher/k3s:v1.23.7-k3s1
options:
k3d:
disableLoadbalancer: true
kubeconfig:
updateDefaultKubeconfig: true
switchCurrentContext: true
k3s:
extraArgs:
- arg: --no-deploy=traefik
nodeFilters:
- server:*
- arg: --snapshotter=native
nodeFilters:
- server:*
- arg: --snapshotter=native
nodeFilters:
- agent:*
- arg: --docker
nodeFilters:
- agent:*