Skip to content

Commit

Permalink
Add docs for the new config
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
  • Loading branch information
tssurya committed Jun 17, 2024
1 parent 4da7715 commit 1038269
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,28 @@ Additionally following iptables rules are added at FORWARD chain to forward clus

## OVN-Kubernetes Feature Config

### Enable Multiple Networks

Users can create pods with multiple interfaces such that each interface is hooked to
a separate network thereby enabling multiple networks for a given pod;
a.k.a multi-homing. All networks that are created as additions to the primary
default Kubernetes network are fondly called `secondary networks`. This feature
can be enabled by using the `--enable-multi-network` flag on OVN-Kubernetes clusters.


### Enable Network Segmentation

Users can enable the network-segmentation feature using `--enable-network-segmentation`
flag on a KIND cluster. This allows users to be able to design native isolation between
their tenant namespaces by coupling all namespaces that belong to the same
tenant under the same secondary network and then making this network the primary network
for the pod. Each network is isolated and cannot talk to other user
defined network. Check out the feature docs for more information on how to segment your
cluster on a network level.

NOTE: This feature only works if `--enable-multi-network` is
also enabled since it leverages the secondary networks feature.

## HA Config

## OVN Auth Config
Expand Down

0 comments on commit 1038269

Please sign in to comment.