mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Fixed typo
This commit is contained in:
parent
cf214d0738
commit
4adc687275
@ -698,7 +698,7 @@ func CanUseIPVSProxier(ipvs utilipvs.Interface, ipsetver IPSetVersioner, schedul
|
|||||||
// then traffic will temporary be routed to ipvs during the probe and dropped.
|
// then traffic will temporary be routed to ipvs during the probe and dropped.
|
||||||
// The later case is also and invalid configuration, but the traffic impact will be minor.
|
// The later case is also and invalid configuration, but the traffic impact will be minor.
|
||||||
// This should not be a problem if users honors reserved addresses, but cut/paste
|
// This should not be a problem if users honors reserved addresses, but cut/paste
|
||||||
// from documentation is not unheard of, so the restricion to not use the TEST-NET-2 range
|
// from documentation is not unheard of, so the restriction to not use the TEST-NET-2 range
|
||||||
// must be documented.
|
// must be documented.
|
||||||
vs := utilipvs.VirtualServer{
|
vs := utilipvs.VirtualServer{
|
||||||
Address: net.ParseIP("198.51.100.0"),
|
Address: net.ParseIP("198.51.100.0"),
|
||||||
|
Loading…
Reference in New Issue
Block a user