Configuring Calico before Deployment

This section provides instructions on configuring calico before deploying AppViewX on Azure.

Warning: Follow these instructions ONLY if you are deploying AppViewX on Azure.
  1. Navigate to the /home/appviewx/appviewx_kubernetes/configs/kube directory.
  2. Open the calico.yaml file in edit mode.
  3. Change the value of the CALICO_IPV4POOL_VXLAN parameter from CrossSubnet to Always.
  4. Change the value of the CALICO_IPV4POOL_IPIP parameter from Always to Never.
  5. Save the changes to the calico.yaml file.
  6. Close the editor.