NetBackup status code: 8434
Explanation: Only one entry can be provided in iplist for primary section in the environment CR YAML.
Recommended Action: Perform the following as appropriate:
In the networkLoadBalancer of the primary section of the environment CR YAML, the number of entries that are mentioned in the ipList must be equal to 1.
If not, edit the environment CR with either of following items and ensure that the number of entries in ipList of the primary section must be equal to 1.
Edit the environment CR using following command and save:
kubectl edit environments.netbackup.veritas.com <netbackup-environment-name> -n <environmentCR-namespace>
Edit the environment CR YAML and apply the change using following command:
kubectl apply -f <environment.yaml>
Click here to view technical notes and other information on the Cohesity Technical Support website about this status code.