Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The values.yaml file is what defines the GEO partitioning for the clusters, so for the primary cluster so myODLCluster should have the IP address of the master node of the primary cluster this Master node and the peerODLCluster should have the IP address of the master Master node of the secondary (standby) peer cluster.And the secondary cluster, it would be the reverse of the primary cluster

isPrimaryODLCluster should be true on the Primary Cluster and false on the Secondary Cluster.

Green values are not in the file by default and must be added.

Info
titleExample of <oom repo>/kubernetes/sdnc/values.yaml

enableODLClustergeoEnabled: true

config:
geoEnabled enableClustering: true
peerODLCluster myODLCluster: 10.147.114.5
myODLCluster peerODLCLuster: 10.147.114.140112.105
isPrimaryODLCluster: true


Site 2 (Secondary/Backup Site)

...