Skip to content

Commit

Permalink
fix: remove default vip (#4087)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Oct 14, 2023
1 parent fc85f6b commit 17a0e3e
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 17a0e3e

Please sign in to comment.