Bug 2124930
| Summary: | Descheduler mode needs to be specified | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Sarah Bennert <sbennert> |
| Component: | Documentation | Assignee: | Sabrina Jess <sjess> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Roni Kishner <rkishner> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.11.0 | CC: | apinnick, dholler |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-03-13 20:55:51 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Sarah Bennert
2022-09-07 13:51:16 UTC
Dominik, can you provide an example of the 4.11 KubeDescheduler manifest? Hi Avital, this is a minimal implementation using a single profile. If used for VMs, profile should be 'DevPreviewLongLifecycle' apiVersion: operator.openshift.io/v1 kind: KubeDescheduler metadata: name: cluster namespace: openshift-kube-descheduler-operator spec: deschedulingIntervalSeconds: 3600 logLevel: Normal managementState: Managed operatorLogLevel: Normal mode: Automatic profiles: - AffinityAndTaints |