Amir Alavi
Amir Alavi
**What would you like to be added**: Ability to suspend work to ensure that changes are not being reconciled. **Why is this needed**: User Story 1: As a cluster admin,...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Ability to suspend work to ensure that changes are not being reconciled. **Which...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: As my colleague @jklaw90 discovered that selected-node is for the node that volume...
**What would you like to be added**: Currently, `Prune` is only supported for built-in, and there are use-cases where we could use Prune for custom resources. **Why is this needed**:...
… `ClusterPropagationPolicy` and `PropagationPolicy` **What type of PR is this?** /kind feature **What this PR does / why we need it**: currently: ``` NAME AGE retain-configmap 43d retain-crd 63d retain-cronjob...
I created a COP to add the retain replicas label in hopes that the member cluster replicas will be retained. this label is not in the karmada resource template. ```...
It appears that DefaultEvictor is re-initialized, which causes a conflict issue when adding the same indexer again. closes #1440
reported issue: https://kubernetes.slack.com/archives/C09TP78DV/p1718633429179519 Test using `leaderElection.resourceNamescape` ``` helm template deschduler ./descheduler -f ./descheduler/values.yaml --set kind=Deployment --set=leaderElection.enabled=true --set=leaderElection.resourceNamescape=foo Error: execution error at (descheduler/templates/deployment.yaml:62:16): 'leaderElection.resourceNamescape' is deprecated. instead use 'leaderElection.resourceNamespace' ``` Test...
fixes in #1419 /cc @damemi
**Is your feature request related to a problem? Please describe.** Descheduler release are typically blocked by waiting for a kind node image. **Describe the solution you'd like** 1. Either build...