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
A ✅ indicates that a specific aws-node-termination-handler release has been tested with a specific Kubernetes version. A ❌ indicates that a specific aws-node-termination-handler release has not been tested with a specific Kubernetes version.
101
103
@@ -135,7 +137,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
135
137
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.22.1/config/helm/aws-node-termination-handler#readme).
213
+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.23.1/config/helm/aws-node-termination-handler#readme).
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.22.1/config/helm/aws-node-termination-handler#readme).
503
+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.23.1/config/helm/aws-node-termination-handler#readme).
502
504
503
505
#### Single Instance vs Multiple Replicas
504
506
@@ -523,7 +525,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
@@ -587,6 +589,28 @@ Available Prometheus metrics:
587
589
|`actions_node`| Number of actions per node (Deprecated: Use actions metric instead)|
588
590
|`events_error`| Number of errors in events processing |
589
591
592
+
The method of collecting Prometheus metrics changes depending on whether NTH is running in IMDS mode or Queue mode.
593
+
594
+
> [!WARNING]
595
+
> Both `serviceMonitor` and `podMonitor` are custom resources provided by the [Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator) for seamless integration with Kubernetes services and pods. For more details, please refer to [the API reference docs](https://prometheus-operator.dev/docs/api-reference/api/) for the Prometheus Operator.
596
+
597
+
In Queue mode, metrics can be collected in two ways:
598
+
- Use a `serviceMonitor` custom resource with the Prometheus Operator to collect metrics.
599
+
- Alternatively, add aws-node-termination-handler service address statically in Prometheus `scrape_configs`.
600
+
601
+
Example `scrape_configs` in prometheus helm chart:
0 commit comments