mirror of https://github.com/k3s-io/k3s
commit
80db5eb641
|
@ -41,10 +41,6 @@ var (
|
||||||
lbSrcRngsFlag cidrs
|
lbSrcRngsFlag cidrs
|
||||||
)
|
)
|
||||||
|
|
||||||
func newLoadBalancerMetricContext(request, region string) *metricContext {
|
|
||||||
return newGenericMetricContext("loadbalancer", request, region, unusedMetricLabel, computeV1Version)
|
|
||||||
}
|
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
var err error
|
var err error
|
||||||
// LB L7 proxies and all L3/4/7 health checkers have client addresses within these known CIDRs.
|
// LB L7 proxies and all L3/4/7 health checkers have client addresses within these known CIDRs.
|
||||||
|
|
Loading…
Reference in New Issue