mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
16 lines
544 B
Plaintext
16 lines
544 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * networking/openshift_sdn/configuring-kube-proxy.adoc
|
|
|
|
[id="nw-kube-proxy-sync_{context}"]
|
|
= About iptables rules synchronization
|
|
|
|
The synchronization period determines how frequently the Kubernetes network
|
|
proxy (kube-proxy) syncs the iptables rules on a node.
|
|
|
|
A sync begins when either of the following events occurs:
|
|
|
|
* An event occurs, such as service or endpoint is added to or removed from the
|
|
cluster.
|
|
* The time since the last sync exceeds the sync period defined for kube-proxy.
|