1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

Change GCP UPI firewall rules for network LB health check.

This is the UPI equivalent of 4c346afcde. The initial implementation of both UPI & IPI was not allowing the complete range of network load balancers. This includes the fix for UPI and also leaves the ranges for internal load balancers.
This commit is contained in:
patrickdillon
2019-10-10 10:03:00 -04:00
parent 320d0f6434
commit 92c376b13d

View File

@@ -37,7 +37,7 @@ def GenerateConfig(context):
'IPProtocol': 'tcp',
'ports': ['6080', '22624']
}],
'sourceRanges': ['35.191.0.0/16', '130.211.0.0/22'],
'sourceRanges': ['35.191.0.0/16', '130.211.0.0/22', '209.85.152.0/22', '209.85.204.0/22'],
'targetTags': [context.properties['infra_id'] + '-master']
}
}, {