Skip to content

Commit

Permalink
try kubeProxyMode
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <yy19902439@126.com>
  • Loading branch information
SamYuan1990 committed Oct 6, 2022
1 parent 40dda33 commit 40babef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster-up/cluster/kind/manifests/kind.yml
Expand Up @@ -3,6 +3,9 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
ipFamily: ipv4
#podSubnet: "10.244.0.0/16"
#disableDefaultCNI: true
kubeProxyMode: "ipvs"
# create a cluster with the local registry enabled in containerd
containerdConfigPatches:
- |-
Expand Down

0 comments on commit 40babef

Please sign in to comment.