Description of problem: Enable pprof by default for OpenShift SDN. Enable by default in 4.8 via: https://github.com/openshift/cluster-network-operator/pull/988 Would aid in debugging without the need to scale down CVO / CNO and restart pods. Version-Release number of selected component (if applicable): 4.6.x/4.7.x How reproducible: Always Steps to Reproduce: 1. N/A Actual results: Not on by default Expected results: Additional info: Can be enabled today via: oc scale -n openshift-cluster-version deployments/cluster-version-operator --replicas 0 oc -n openshift-network-operator scale deployment/network-operator --replicas 0 oc -n openshift-sdn edit configmap sdn-config Set: enableProfiling: true Save and exit