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
1 |
Open a terminal session to the NSP deployer VM. |
2 |
Log in as the root or NSP admin user. |
3 |
Open the following file using a plain-text editor such as vi: /opt/nsp/nsp-k8s-deployer-release-ID/config/k8s-deployer.yml |
4 |
In the following section, specify virtual IP addresses for NSP to use as external load-balancer endpoints. loadBalancerExternalIps: - <ext_loadBalancer_IP> - <ext_loadBalancer_IP> ... |
5 |
Save and close the file. |
6 |
Rerun the Kubernetes installer. # cd /opt/nsp/nsp-k8s-deployer-new-release-ID/bin # ./nspk8sctl install ↵ End of steps |