Skip to content

Commit

Permalink
docs/ipsec: Clarify limitation on number of nodes
Browse files Browse the repository at this point in the history
The limitation on the number of nodes in the cluster when using IPsec
applies to clustermeshes as well and is the total number of nodes. This
limitation arises from the use of the node IDs, which are encoded on
16-bits.

Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
  • Loading branch information
pchaigno committed Jul 13, 2023
1 parent ec44735 commit 114b6dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/security/network/encryption-ipsec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,5 @@ Limitations
top of other CNI plugins. For more information, see :gh-issue:`15596`.
* :ref:`HostPolicies` are not currently supported with IPsec encryption.
* IPsec encryption is not currently supported in combination with IPv6-only clusters.
* IPsec encryption is not supported on clusters with more than 65535 nodes.
* IPsec encryption is not supported on clusters or clustermeshes with more
than 65535 nodes.
1 change: 1 addition & 0 deletions Documentation/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ cls
clusterIP
clustermesh
clustermeshcertgen
clustermeshes
clusterwide
cni
cnp
Expand Down

0 comments on commit 114b6dc

Please sign in to comment.