Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sync_proxy_rules_no_local_endpoints_total (0.38 sec)

  1. pkg/proxy/metrics/metrics.go

    	// traffic policy with no available local workload.
    	SyncProxyRulesNoLocalEndpointsTotal = metrics.NewGaugeVec(
    		&metrics.GaugeOpts{
    			Subsystem:      kubeProxySubsystem,
    			Name:           "sync_proxy_rules_no_local_endpoints_total",
    			Help:           "Number of services with a Local traffic policy and no endpoints",
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"traffic_policy"},
    	)
    
    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.24.md

    - Introduce a v1alpha1 networking API for ClusterCIDRConfig ([#108290](https://github.com/kubernetes/kubernetes/pull/108290), [@sarveshr7](https://github.com/sarveshr7))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
Back to top