Swimlane Platform Installer Gu...
...
Overriding Installer Settings
Define Proxy Settings
2 min
if your environment requires a proxy server, you can add proxy settings (under the kurl spec) to the installer override yaml patch file spec section for example set proxyaddress to the address and port of the proxy server set additionalnoproxyaddresses to a yaml list of ip cidr ranges or domains that should not be proxied you must add the private ips of every cluster node swimlane recommends specifying an ip range in cidr notation to encompass future node ips in order to prevent re running the install command when addition nodes are added to the cluster all addresses specified here will be added to the default set of no proxy addresses the default set includes the cidr used for assigning ips to kubernetes services the cidr used for assigning ips to pods the private ip of the host where the script runs the load balancer address for the kubernetes api servers (on ha installs) the svc and local search domains for cluster services add on namespaces other service hostnames referenced by add ons without fully qualified domain names prior to installing or joining additional nodes, include the address of all nodes in the cluster in the additionalnoproxyaddresses parameter if you do not include the addresses of all the nodes, then you will have to re run the install command on every other node along with the new node ip address added to the additionalnoproxyaddresses parameter because of this, swimlane recommends that you use a range of addresses, in cidr notation, during the initial install and join commands instead of individual node ips see overriding installer settings docid\ x7jkijjg4ip6y3fqqqxyi for instructions on how to specify the installer override file during the install and join node commands