Skip to content
Commits on Source (2)
...@@ -12,7 +12,7 @@ spec: ...@@ -12,7 +12,7 @@ spec:
privateAddress: {{ .PrivateIP }} privateAddress: {{ .PrivateIP }}
{{ end }} {{ end }}
k0s: k0s:
version: v1.26.5+k0s.0 version: v1.27.9+k0s.0
config: config:
apiVersion: k0s.k0sproject.io/v1beta1 apiVersion: k0s.k0sproject.io/v1beta1
kind: Cluster kind: Cluster
...@@ -27,7 +27,7 @@ spec: ...@@ -27,7 +27,7 @@ spec:
network: network:
provider: calico provider: calico
calico: calico:
mtu: 1440 mtu: 1340
wireguard: true wireguard: true
ipAutodetectionMethod: interface=eth0|enp2s0|eno1$ ipAutodetectionMethod: interface=eth0|enp2s0|eno1$
telemetry: telemetry:
......