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/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,6 @@ Usage of kube-router:
107
107
--cleanup-config Cleanup iptables rules, ipvs, ipset configuration and exit.
108
108
--cluster-asn uint ASN number under which cluster nodes will run iBGP.
109
109
--cluster-cidr string CIDR range of pods in the cluster. It is used to identify traffic originating from and destinated to pods.
110
-
--config-sync-period duration The delay between apiserver configuration synchronizations (e.g. '5s', '1m'). Must be greater than 0. (default 1m0s)
111
110
--enable-ibgp Enables peering with nodes with the same ASN, if disabled will only peer with external BGP peers (default true)
112
111
--enable-overlay When enable-overlay set to true, IP-in-IP tunneling is used for pod-to-pod networking across nodes in different subnets. When set to false no tunneling is used and routing infrastrcture is expected to route traffic for pod-to-pod networking across nodes in different subnets (default true)
113
112
--enable-pod-egress SNAT traffic from Pods to destinations outside the cluster. (default true)
@@ -116,8 +115,8 @@ Usage of kube-router:
116
115
--health-port uint16 Health check port, 0 = Disabled (default 20244)
117
116
-h, --help Print usage information.
118
117
--hostname-override string Overrides the NodeName of the node. Set this if kube-router is unable to determine your NodeName automatically.
119
-
--iptables-sync-period duration The delay between iptables rule synchronizations (e.g. '5s', '1m'). Must be greater than 0. (default 1m0s)
120
-
--ipvs-sync-period duration The delay between ipvs config synchronizations (e.g. '5s', '1m', '2h22m'). Must be greater than 0. (default 1m0s)
118
+
--iptables-sync-period duration The delay between iptables rule synchronizations (e.g. '5s', '1m'). Must be greater than 0. (default 5m0s)
119
+
--ipvs-sync-period duration The delay between ipvs config synchronizations (e.g. '5s', '1m', '2h22m'). Must be greater than 0. (default 5m0s)
121
120
--kubeconfig string Path to kubeconfig file with authorization information (the master location is set by the master flag).
122
121
--masquerade-all SNAT all traffic to cluster IP/node port.
123
122
--master string The address of the Kubernetes API server (overrides any value in kubeconfig).
@@ -129,7 +128,7 @@ Usage of kube-router:
129
128
--peer-router-ips ipSlice The ip address of the external router to which all nodes will peer and advertise the cluster ip and pod cidr's. (default [])
130
129
--peer-router-multihop-ttl uint8 Enable eBGP multihop supports -- sets multihop-ttl. (Relevant only if ttl >= 2)
131
130
--peer-router-passwords strings Password for authenticating against the BGP peer defined with "--peer-router-ips".
132
-
--routes-sync-period duration The delay between route updates and advertisements (e.g. '5s', '1m', '2h22m'). Must be greater than 0. (default 1m0s)
131
+
--routes-sync-period duration The delay between route updates and advertisements (e.g. '5s', '1m', '2h22m'). Must be greater than 0. (default 5m0s)
133
132
--run-firewall Enables Network Policy -- sets up iptables to provide ingress firewall for pods. (default true)
134
133
--run-router Enables Pod Networking -- Advertises and learns the routes to Pods via iBGP. (default true)
135
134
--run-service-proxy Enables Service Proxy -- sets up IPVS for Kubernetes Services. (default true)
0 commit comments