Error: error configuring catalog operator: Get "https://<Kube-service-IP>:443/apis/operators.coreos.com/v1/operatorgroups": dial tcp <Kube-service-IP>:443: i/o timeout
VMware NSX
NCP
label_filtering_regex_list = .*
NOTE: This is a manual configuration and is not present by default in the NCP config map.
label_filtering_regex_list is a FILTER-OUT (DENYLIST) regex list. Setting it to .* causes NCP to match and drop ALL Pod labels, reducing pod.labels to {}.Set the label_filtering_regex_list value to blank in nsx-ncp-operator-config configmap as below, which pushes the same to NCP configmap followed by a restart of NCP:
label_filtering_regex_list = ""