[release-4.20] OCPBUGS-76335: Remove the collect-profiles job#1223
[release-4.20] OCPBUGS-76335: Remove the collect-profiles job#1223openshift-merge-bot[bot] merged 3 commits intoopenshift:release-4.20from
Conversation
Delete the collect-profiles job from Microshift and mark for deleed in OCP. Includes all relevant resources. Signed-off-by: Todd Short <todd.short@me.com> (cherry picked from commit e497da1)
|
@tmshort: This pull request references Jira Issue OCPBUGS-76335, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/jira refresh |
|
@jianzhangbjz: This pull request references Jira Issue OCPBUGS-76335, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (jiazha@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Failed to build OCP cluster, https://prow.ci.openshift.org/view/gs/test-platform-results/logs/release-openshift-origin-installer-launch-aws-modern/2020730120880263168 Got the same error as e2e-gcp-olm level=error msg=failed to initialize the cluster: Cluster operator operator-lifecycle-manager is not available: timed out waiting for the condition
Installer exit with code 6
: operator conditions operator-lifecycle-manager expand_less | 0s
-- | --
{Operator unavailable (null): operator is not reporting conditions Operator unavailable (null): operator is not reporting conditions}
CVO:
1956:2026-02-09T04:14:53.394541683Z W0209 04:14:53.394369 1 helper.go:97] Secret "openshift-operator-lifecycle-manager/pprof-cert" not found. It either has already been removed or it has never been installed on this cluster.
Kubelet:
34899:Feb 09 04:57:52.839803 ci-op-q4giyhil-6082f-xhw5k-master-0 kubenswrapper[2619]: E0209 04:57:52.839720 2619 secret.go:189] Couldn't get secret openshift-operator-lifecycle-manager/pprof-cert: secret "pprof-cert" not found |
oceanc80
left a comment
There was a problem hiding this comment.
/label backport-risk-assessed
|
/lgtm |
|
Hi @tmshort , I think the reason for #1223 (comment) is that the jiazha-mac:~ jiazha$ omg get deploy catalog-operator -o yaml |grep -i secret
f:secret:
f:secretName: {}
f:secret:
f:secretName: {}
secret:
secretName: catalog-operator-serving-cert
secret:
secretName: pprof-cert
jiazha-mac:~ jiazha$ omg get secret
NAME TYPE DATA AGE
builder-dockercfg-98gg5 kubernetes.io/dockercfg 1 46m
catalog-operator-serving-cert kubernetes.io/tls 2 55m
default-dockercfg-4x5mz kubernetes.io/dockercfg 1 46m
deployer-dockercfg-hspxr kubernetes.io/dockercfg 1 46m
olm-operator-serviceaccount-dockercfg-5tc5l kubernetes.io/dockercfg 1 46m
olm-operator-serving-cert kubernetes.io/tls 2 55m
package-server-manager-serving-cert kubernetes.io/tls 2 55mWe need to remove it in the Deployment for this cherry-pick. |
|
/retest-required |
|
/retest |
|
Hi @tmshort , it failed as follows. I believe we also need to pull operator-framework/operator-lifecycle-manager#3742 jiazha-mac:must-gather-collect jiazha$ omg logs catalog-operator-56b7b769c7-tltr9
2026-02-09T23:02:50.238068714Z time="2026-02-09T23:02:50Z" level=info msg="log level info"
2026-02-09T23:02:50.238679894Z time="2026-02-09T23:02:50Z" level=info msg="TLS keys set, using https for metrics"
2026-02-09T23:02:50.238784894Z Error: error setting up health/metric/pprof service: certificate monitoring for client-ca failed: open : no such file or directory
2026-02-09T23:02:50.238784894Z error setting up health/metric/pprof service: certificate monitoring for client-ca failed: open : no such file or directory
jiazha-mac:must-gather-collect jiazha$ omg logs olm-operator-fbbcb9d86-w9q4x
2026-02-09T23:02:09.240459288Z time="2026-02-09T23:02:09Z" level=info msg="log level info"
2026-02-09T23:02:09.240941188Z time="2026-02-09T23:02:09Z" level=info msg="TLS keys set, using https for metrics"
2026-02-09T23:02:09.241410537Z time="2026-02-09T23:02:09Z" level=fatal msg="Error setting up health/metric/pprof service: certificate monitoring for client-ca failed: open : no such file or directory" |
|
@tmshort: This pull request references Jira Issue OCPBUGS-76335, which is valid. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (jiazha@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test e2e-gcp-olm |
|
/retest-required |
|
Test passed. 1. Build an OCP cluster with this PR
launch 4.20,openshift/operator-framework-olm#1223 aws
jiazha-mac:~ jiazha$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.20.0-0-2026-02-11-014600-test-ci-ln-ki6vxyb-latest True False 8m47s Cluster version is 4.20.0-0-2026-02-11-014600-test-ci-ln-ki6vxyb-latest
jiazha-mac:~ jiazha$
2. Check if the collect-profiles job is removed. LGTM.
jiazha-mac:~ jiazha$ oc get cronjob
No resources found in openshift-operator-lifecycle-manager namespace.
jiazha-mac:~ jiazha$ oc get job
No resources found in openshift-operator-lifecycle-manager namespace.
jiazha-mac:~ jiazha$
jiazha-mac:~ jiazha$ oc get pods
NAME READY STATUS RESTARTS AGE
catalog-operator-7fcf58db8-zswhl 1/1 Running 0 36m
olm-operator-657cbb64f6-m45th 1/1 Running 0 36m
package-server-manager-76fc745999-sglpq 2/2 Running 0 36m
packageserver-745477f5bd-d7fbp 1/1 Running 0 33m
packageserver-745477f5bd-v2nqf 1/1 Running 0 33m
jiazha-mac:~ jiazha$
jiazha-mac:~ jiazha$ oc get networkpolicy
NAME POD-SELECTOR AGE
catalog-operator app=catalog-operator 40m
default-deny-all-traffic <none> 40m
olm-operator app=olm-operator 40m
package-server-manager app=package-server-manager 40m
packageserver app=packageserver 40m |
|
/verified by @jianzhangbjz |
|
@jianzhangbjz: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@tmshort: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
a685cb3
into
openshift:release-4.20
|
@tmshort: Jira Issue Verification Checks: Jira Issue OCPBUGS-76335 Jira Issue OCPBUGS-76335 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/cherry-pick release-4.19 |
|
@tmshort: #1223 failed to apply on top of branch "release-4.19": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Delete the collect-profiles job from Microshift and mark for deleed in OCP. Includes all relevant resources.
This is an
automatedcherry-pick of #1220Includes: operator-framework/operator-lifecycle-manager#3742, which was part of #1201
(cherry picked from commit e497da1)