...
Follow steps from below link to install a kubernetes cluster with SDN-C using kubeadm, with four VMs created in above step -
https://wiki.onap.org/display/DW/Deploying+Kubernetes+Cluster+with+kubeadm
Steps before "Configuring SDNC-ONAP" should only be followed.
Follow steps from following link to deploy SDN-C: Deploying SDN-C using helm chart
Before deploying SDN-C Cluster on secondary kubernetes cluster, configure the values.yaml file for SDN-C chart to enable geo redundancyGeoRedundancy.
The values.yaml file is what defines the GEO partitioning for the clusters, so for the primary cluster myODLCluster should have the IP address of the master node of the primary cluster and the peerODLCluster should have the IP address of the master node of the secondary (standby) cluster.
And the secondary cluster, it would be the reverse of the primary cluster.
...
https://wiki.onap.org/display/DW/Deploying+Kubernetes+Cluster+with+kubeadm
Steps before "Configuring SDNC-ONAP" should only be followed.
Follow steps from following link to deploy SDN-C: Deploying SDN-C using helm chart
Before deploying SDN-C Cluster on secondary kubernetes cluster,
...