Merge pull request #5184 from irbekrm/fix_etcd_flags

Fix etcd flags
This commit is contained in:
jetstack-bot 2022-06-07 15:33:09 +01:00 committed by GitHub
commit 7930ee3d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@ apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
kubeadmConfigPatches:
- |
apiVersion: kubeadm.k8s.io/v1beta2
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
metadata:
name: config
etcd:
local:
extraArgs:
unsafe-no-fsync: "True"
unsafe-no-fsync: "true"
nodes:
- role: control-plane