fcos-pipeline-migration: Permit oc client to connect to ocp4 cluster

from batcave01

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan
2021-11-08 10:56:20 +00:00
parent 55e0c11435
commit 7f4fd3ebd8
2 changed files with 2 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ custom_rules: [
'-A INPUT -p tcp -m tcp --dport 44342 -s 209.132.183.252 -j ACCEPT',
# Allow ocp control plane hosts
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.35 -j ACCEPT', # batcave01
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.120 -j ACCEPT',
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.121 -j ACCEPT',
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.122 -j ACCEPT',