updated k3d dev cluster config

This commit is contained in:
Sebastian Wendel 2022-06-27 00:46:32 +02:00
parent 636c40c3db
commit 67e37196a1
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

18
k3d-dev.yaml Normal file
View file

@ -0,0 +1,18 @@
---
apiVersion: k3d.io/v1alpha4
kind: Simple
servers: 1
agents: 1
image: docker.io/rancher/k3s:v1.23.4-k3s1
options:
kubeconfig:
updateDefaultKubeconfig: true
switchCurrentContext: true
k3s:
extraArgs:
- arg: --snapshotter=native
nodeFilters:
- server:*
- arg: --snapshotter=native
nodeFilters:
- agent:*