Skip to content

Commit 52faee4

Browse files
author
Traci Morrison
authored
Merge pull request #7531 from tmorriso-rh/enterprise-3.3
[enterprise-3.3] Changed thawed to thwarted
2 parents 9aea153 + 8c5cfab commit 52faee4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

admin_guide/high_availability.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,16 @@ For some IP-based traffic services, virtual IP addresses (VIPs) should always be
2929
serviced for as long as a single instance is available. This simplifies the
3030
operational overhead and handles failure cases gracefully.
3131

32-
IMPORTANT: Even though
33-
a service is highly available, performance can still be affected.
32+
[IMPORTANT]
33+
====
34+
Setting up a nodePort is a privileged operation.
35+
====
36+
37+
[IMPORTANT]
38+
====
39+
Even though a service VIP is highly available, performance can still be affected. *keepalived* makes sure that each of the VIPs is serviced by some node in the configuration, and several VIPs may end up on the same node even when other nodes have none. Strategies that externally load balance across a set of VIPs
40+
may be thwarted when ipfailover puts multiple VIPs on the same node.
41+
====
3442

3543
Use cases for high-availability include:
3644

0 commit comments

Comments
 (0)