You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ Usage of kube-router:
60
60
--iptables-sync-period duration The delay between iptables rule synchronizations (e.g. '5s', '1m'). Must be greater than 0. (default 5m0s)
61
61
--ipvs-graceful-period duration The graceful period before removing destinations from IPVS services (e.g. '5s', '1m', '2h22m'). Must be greater than 0. (default 30s)
62
62
--ipvs-graceful-termination Enables the experimental IPVS graceful terminaton capability
63
+
--ipvs-permit-all Enables rule to accept all incoming traffic to service VIP's on the node. (default true)
63
64
--ipvs-sync-period duration The delay between ipvs config synchronizations (e.g. '5s', '1m', '2h22m'). Must be greater than 0. (default 5m0s)
64
-
--ipvs-permit-all Permit all inbound traffic to the service VIP's
65
65
--kubeconfig string Path to kubeconfig file with authorization information (the master location is set by the master flag).
66
66
--masquerade-all SNAT all traffic to cluster IP/node port.
67
67
--master string The address of the Kubernetes API server (overrides any value in kubeconfig).
0 commit comments