From 2071522c51dba8d7e23953e3a466184cb9e8f19a Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Wed, 14 Dec 2022 21:25:29 -0800 Subject: [PATCH] Address review comments --- config/helm/aws-node-termination-handler/README.md | 2 +- config/helm/aws-node-termination-handler/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/helm/aws-node-termination-handler/README.md b/config/helm/aws-node-termination-handler/README.md index f59c36c7..3e2e74e0 100644 --- a/config/helm/aws-node-termination-handler/README.md +++ b/config/helm/aws-node-termination-handler/README.md @@ -150,7 +150,7 @@ The configuration in this table applies to AWS Node Termination Handler in IMDS | `daemonsetTolerations` | Tolerations for DaemonSet pod assignment. For backwards compatibility the `tolerations` has priority over this but shouldn't be used. | `[]` | | `linuxTolerations` | Override `daemonsetTolerations` for the Linux DaemonSet. | `[]` | | `windowsTolerations` | Override `daemonsetTolerations` for the Linux DaemonSet. | `[]` | -| `enableProbesServer` | If `true`, start an http server exposing `/healthz` endpoint for probes. Only used in IMDS mode. | `false` | +| `enableProbesServer` | If `true`, start an http server exposing `/healthz` endpoint for probes. | `false` | | `metadataTries` | The number of times to try requesting metadata. | `3` | | `enableSpotInterruptionDraining` | If `true`, drain nodes when the spot interruption termination notice is received. Only used in IMDS mode. | `true` | | `enableScheduledEventDraining` | If `true`, drain nodes before the maintenance window starts for an EC2 instance scheduled event. Only used in IMDS mode. | `true` | diff --git a/config/helm/aws-node-termination-handler/values.yaml b/config/helm/aws-node-termination-handler/values.yaml index b79b97fe..4ec9e1dd 100644 --- a/config/helm/aws-node-termination-handler/values.yaml +++ b/config/helm/aws-node-termination-handler/values.yaml @@ -259,7 +259,7 @@ daemonsetTolerations: linuxTolerations: [] windowsTolerations: [] -# If the probes server is running for the Daemonset. Only used in IMDS mode. +# If the probes server is running. enableProbesServer: false # Total number of times to try making the metadata request before failing.