OCPBUGS-93868: Add missing labels - #8858
Conversation
EnsureAppLabel (added in 5ddb58a, OCPBUGS-60064) requires every pod in the HCP namespace to carry an app label for per-component metrics tracking. The OpenStack CCM deployment appears to have been missed in that fix. All other platform CCMs (aws-, azure-, gcp-, kubevirt-, powervs-) set app: cloud-controller-manager on their pod template; align OpenStack with the same convention. Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com> (cherry picked from commit fbaa732)
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@stephenfin: This pull request references Jira Issue OCPBUGS-93868, 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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: stephenfin 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 |
|
/test e2e-openstack-aws |
|
@stephenfin: The specified target(s) for The following commands are available to trigger optional jobs: Use 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. |
|
/jira refresh |
|
@stephenfin: This pull request references Jira Issue OCPBUGS-93868, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
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. |
|
@stephenfin: 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-4.22 #8858 +/- ##
=============================================
Coverage 35.79% 35.79%
=============================================
Files 774 774
Lines 94720 94720
=============================================
Hits 33904 33904
Misses 58051 58051
Partials 2765 2765 🚀 New features to boost your workflow:
|
Ah, yes, we removed these in openshift/release#80481 😅 |
|
/close Let's not invest the effort in fixing this and focus on 4.23 and later instead |
|
@stephenfin: This pull request references Jira Issue OCPBUGS-93868. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state. 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. |
What this PR does / why we need it:
EnsureAppLabel (added in 5ddb58a, OCPBUGS-60064) requires every pod in the HCP namespace to carry an app label for per-component metrics tracking. The OpenStack CCM deployment appears to have been missed in that fix.
All other platform CCMs (aws-, azure-, gcp-, kubevirt-, powervs-) set app: cloud-controller-manager on their pod template; align OpenStack with the same convention.
Note that this is taken from the stack of patches in #8687 and seems to be the only one needed in 4.22 :fingers_crossed:
Which issue(s) this PR fixes:
Fixes OCPBUGS-93868
Special notes for your reviewer:
Checklist: