How do I add Kubernetes load balancer external IP addresses?

Purpose

Use this procedure to configure additional Kubernetes load balancer external IP addresses after Kubernetes has been installed.

Steps
 

Open a terminal session to the NSP deployer VM.


Log in as the root or NSP admin user.


Open the following file using a plain-text editor such as vi:

/opt/nsp/nsp-k8s-deployer-release-ID/config/k8s-deployer.yml


In the following section, specify virtual IP addresses for NSP to use as external load-balancer endpoints.

loadBalancerExternalIps:

<ext_loadBalancer_IP>

<ext_loadBalancer_IP>

...


Save and close the file.


Rerun the Kubernetes installer.

cd /opt/nsp/nsp-k8s-deployer-new-release-ID/bin

./nspk8sctl install ↵

End of steps