Override the pod CIDR for SSP
5.0
In some customer environment, the default pod CIDR might cause conflict. An option is given to override the pod CIDR range
Prior to deploying SSP: (Changing the CIDR range after deployment will not affect existing cluster)
(1) SSH to SSPI appliance via root
(2) Edit the file "/config/clusterctl/settings.json"
Add the following line
"secop_capi_pod_cidr": "<desired CIDR>"
(e.g. 10.27.0.0/16)