Skip to content

Commit

Permalink
fix: ha e2e failed
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Dec 13, 2020
1 parent a5aba87 commit 7bd6bf3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion yamls/kind.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ networking:
kubeProxyMode: {{ kube_proxy_mode }}
disableDefaultCNI: true
ipFamily: {{ ip_family }}

kubeadmConfigPatches:
- |
kind: ClusterConfiguration
metadata:
name: config
etcd:
local:
dataDir: "/tmp/lib/etcd"
nodes:
- role: control-plane
image: kindest/node:v1.19.1
Expand Down

0 comments on commit 7bd6bf3

Please sign in to comment.