mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #116090 from abserari/patch-1
Typo: fix EndpointsLeasesResourceLock ->ConfigMapsLeasesResourceLock
This commit is contained in:
commit
11ff3fbeee
@ -68,7 +68,7 @@ const (
|
|||||||
// name: '*'
|
// name: '*'
|
||||||
// namespace: kube-system
|
// namespace: kube-system
|
||||||
EndpointsLeasesResourceLock = "endpointsleases"
|
EndpointsLeasesResourceLock = "endpointsleases"
|
||||||
// When using EndpointsLeasesResourceLock, you need to ensure that
|
// When using ConfigMapsLeasesResourceLock, you need to ensure that
|
||||||
// API Priority & Fairness is configured with non-default flow-schema
|
// API Priority & Fairness is configured with non-default flow-schema
|
||||||
// that will catch the necessary operations on leader-election related
|
// that will catch the necessary operations on leader-election related
|
||||||
// configmap objects.
|
// configmap objects.
|
||||||
|
Loading…
Reference in New Issue
Block a user