DPTP-2938: set authoritative admission flags false on pod-scaler#79576
Conversation
|
@deepsm007: This pull request references DPTP-2938 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. 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. |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR adds two command-line arguments to the ChangesPod-scaler deployment configuration
🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007, jupierce 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 |
|
/unhold |
|
@deepsm007: 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. |
Wires the new authoritative flags on build-cluster pod-scaler admission. Both stay off so nothing changes in behavior yet.
Depends on openshift/ci-tools#4886 — that PR adds
--authoritative-cpuand--authoritative-memoryto pod-scaler.Change:
clusters/build-clusters/common/pod-scaler/pod-scaler-admission.yaml--authoritative-cpu=false--authoritative-memory=falseOnly the common admission deployment (build01–13 path). vsphere02 is unchanged.
/hold
/cc @openshift/test-platform
Summary by CodeRabbit
This PR adds preparatory wiring for new authoritative admission flags to the pod-scaler admission webhook that runs on OpenShift build clusters.
What changed:
clusters/build-clusters/common/pod-scaler/pod-scaler-admission.yamlto add two new command-line arguments to the pod-scaler admission container:--authoritative-cpu=false--authoritative-memory=falseImpact:
false, so this change introduces no behavioral changes—it's purely preparatory infrastructure work#4886) which introduce support for these flagsStatus: