docs/doc/source/planning/kubernetes/the-storage-network.rst
Ron Stone f125a8b892 Remove spurious escapes (r8,dsR8)
This change addresses a long-standing issue in rST documentation imported from XML.
That import process added backslash escapes in front of various characters. The three
most common being '(', ')', and '_'.
These instances are removed.

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: Id43a9337ffcd505ccbdf072d7b29afdb5d2c997e
2023-03-01 11:19:04 +00:00

885 B
Executable File

Storage Network

The storage network is an optional network that is only required if using an external Netapp Trident cluster as a storage backend.

The storage network provides connectivity between all nodes in the cluster (controller nodes and worker nodes) and the Netapp Trident cluster.

For the most part, the storage network shares the design considerations applicable to the internal management network.

  • It can be implemented using a 10 Gb Ethernet interface.
  • It can be -tagged, enabling it to share an interface with the management or network.
  • It can own the entire IP address range on the subnet, or a specified range.
  • It supports dynamic or static IP address assignment.