mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +01:00
v0.33.0: bump helm chart
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
This commit is contained in:
@@ -925,7 +925,7 @@ does not exist, descheduler won't create it and will throw an error.
|
|||||||
|
|
||||||
### Label filtering
|
### Label filtering
|
||||||
|
|
||||||
The following strategies can configure a [standard kubernetes labelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#labelselector-v1-meta)
|
The following strategies can configure a [standard kubernetes labelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#labelselector-v1-meta)
|
||||||
to filter pods by their labels:
|
to filter pods by their labels:
|
||||||
|
|
||||||
* `PodLifeTime`
|
* `PodLifeTime`
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: descheduler
|
name: descheduler
|
||||||
version: 0.32.0
|
version: 0.33.0
|
||||||
appVersion: 0.32.0
|
appVersion: 0.33.0
|
||||||
description: Descheduler for Kubernetes is used to rebalance clusters by evicting pods that can potentially be scheduled on better nodes. In the current implementation, descheduler does not schedule replacement of evicted pods but relies on the default scheduler for that.
|
description: Descheduler for Kubernetes is used to rebalance clusters by evicting pods that can potentially be scheduled on better nodes. In the current implementation, descheduler does not schedule replacement of evicted pods but relies on the default scheduler for that.
|
||||||
keywords:
|
keywords:
|
||||||
- kubernetes
|
- kubernetes
|
||||||
|
|||||||
Reference in New Issue
Block a user