You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/2.6/scalers/kubernetes-workload.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title = "Kubernetes Workload"
3
3
layout = "scaler"
4
4
availability = "v2.4+"
5
5
maintainer = "Community"
6
-
description = "Scale applications based on the amount of pods which matches the given selectors."
6
+
description = "Scale applications based on the count of running pods that match the given selectors."
7
7
go_file = "kubernetes_workload_scaler"
8
8
+++
9
9
@@ -24,6 +24,8 @@ triggers:
24
24
25
25
> 💡 **Note:** The search scope is limited to the namespace where the `ScaledObject` is deployed.
26
26
27
+
The count excludes terminated pods, i.e. [pod status](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#podstatus-v1-core) `phase` equals `Succeeded` or `Failed`.
28
+
27
29
### Authentication Parameters
28
30
29
31
The own KEDA's identity is used to list the pods, so no extra configuration is needed here.
0 commit comments