Skip to content

Commit

Permalink
fix: remove default vip
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu committed Oct 12, 2023
1 parent 6b01bf2 commit a42cdde
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 a42cdde

Please sign in to comment.