Add egress ips support to anonymizer to 4.8
Verified on 4.8.0-0.nightly-2021-08-05-031749. Verification steps: 1. Add egress IP to openshift-monitoring netnamespace oc patch netnamespace openshift-monitoring --type=merge -p '{"egressIPs": ["192.168.1.100"]}' 2. enable obfuscation expected result: 1. config/netnamespaces.yaml contains the egress IP {"name":"openshift-monitoring","egressIPs":["192.168.1.100"],"netID":788919} 2. config/netnamespaces.yaml contains obfuscated egress IP {"name":"openshift-monitoring","egressIPs":["0.0.0.0"],"netID":788919}
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.8.5 security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:3121