We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d68620 commit a39f99bCopy full SHA for a39f99b
pkg/controllers/metrics/node/controller.go
@@ -61,7 +61,7 @@ var (
61
Namespace: "karpenter",
62
Subsystem: "nodes",
63
Name: "total_pod_requests",
64
- Help: "Node total pod requests are the resources requested by non-DaemonSet pods bound to nodes.",
+ Help: "Node total pod requests are the resources requested by pods bound to nodes, including the DaemonSet pods.",
65
},
66
nodeLabelNames(),
67
)
@@ -70,7 +70,7 @@ var (
70
71
72
Name: "total_pod_limits",
73
- Help: "Node total pod limits are the resources specified by non-DaemonSet pod limits.",
+ Help: "Node total pod limits are the resources specified by pod limits, including the DaemonSet pods.",
74
75
76
0 commit comments