Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sync_proxy_rules_iptables_last (0.49 sec)

  1. pkg/proxy/metrics/metrics.go

    	// updated in the last sync.
    	IPTablesRulesLastSync = metrics.NewGaugeVec(
    		&metrics.GaugeOpts{
    			Subsystem:      kubeProxySubsystem,
    			Name:           "sync_proxy_rules_iptables_last",
    			Help:           "Number of iptables rules written by kube-proxy in last sync",
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"table"},
    	)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

      to its pre-1.27 behavior of tracking the total number of iptables rules that
      kube-proxy is responsible for, rather than only counting the number of rules
      that it re-synced on the last sync. The new `sync_proxy_rules_iptables_last`
      metric now gives the latter number. ([#119140](https://github.com/kubernetes/kubernetes/pull/119140), [@danwinship](https://github.com/danwinship)) [SIG Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
Back to top