noseka1 / openshift-auto-upi

OpenShift Automated User-Provided Infrastructure
Apache License 2.0
98 stars 51 forks source link

Add machineNetwork key to install-config #37

Open JustinLex opened 2 years ago

JustinLex commented 2 years ago

When using a proxy to connect to the internet, MachineNetwork must be properly configured so that OpenShift can automatically add it to NO_PROXY. Otherwise machineNetwork defaults to 10.0.0.0/16 and inter-node traffic will try to use the proxy. This results in the nodes being unable to communicate with each other, and the API server will fail to start.