Skip to content

Commit

Permalink
fix: remove default vip (#4087) (#4093)
Browse files Browse the repository at this point in the history
Co-authored-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
sealos-ci-robot and cuisongliu authored Oct 14, 2023
1 parent 62e8e00 commit 6ff39a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/runtime/kubernetes/types/default_kubeadm_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
mode: "ipvs"
metricsBindAddress: 0.0.0.0
ipvs:
excludeCIDRs:
- "10.103.97.2/32"
#ipvs:
# excludeCIDRs:
# - "10.103.97.2/32"
---
apiVersion: kubelet.config.k8s.io/v1beta1
Expand Down

0 comments on commit 6ff39a8

Please sign in to comment.