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
* eks-charts to ECR Public migration
* Removed makefile errors
* Reverted release-prep make targets
* Changes made as per PR comments
* Removed io/ioutil package as it is deprecated and used io and os package (#804)
* eks-charts to ECR Public migration
* Removed makefile errors
* Reverted release-prep make targets
* Changes made as per PR comments
* Made changes to match with script name
Copy file name to clipboardExpand all lines: README.md
+24-18Lines changed: 24 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,22 +123,25 @@ For a full list of releases and associated artifacts see our [releases page](htt
123
123
124
124
#### Helm
125
125
126
-
The easiest way to configure the various options of the termination handler is via [helm](https://helm.sh/). The chart for this project is hosted in the [eks-charts](https://github.com/aws/eks-charts) repository.
126
+
The easiest way to configure the various options of the termination handler is via [helm](https://helm.sh/). The chart for this project is hosted in [helm/aws-node-termination-handler](https://gallery.ecr.aws/aws-ec2/helm/aws-node-termination-handler)
127
127
128
-
To get started you need to add the eks-charts repo to helm
128
+
To get started you need to authenticate your helm client
Once that is complete you can install the termination handler. We've provided some sample setup options below.
137
+
Once that is complete you can install the termination handler. We've provided some sample setup options below. Make sure to replace CHART_VERSION with the version you want to install.
For a full list of configuration options see our [Helm readme](https://github.com/aws/eks-charts/tree/master/stable/aws-node-termination-handler).
192
+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.19.0/config/helm/aws-node-termination-handler#readme).
190
193
191
194
</details>
192
195
@@ -391,15 +394,18 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
391
394
392
395
#### Helm
393
396
394
-
The easiest and most commonly used method to configure the termination handler is via [helm](https://helm.sh/). The chart for this project is hosted in the [eks-charts](https://github.com/aws/eks-charts) repository.
397
+
The easiest way to configure the various options of the termination handler is via [helm](https://helm.sh/). The chart for this project is hosted in [helm/aws-node-termination-handler](https://gallery.ecr.aws/aws-ec2/helm/aws-node-termination-handler)
395
398
396
-
To get started you need to add the eks-charts repo to helm
399
+
To get started you need to authenticate your helm client
Once that is complete you can install the termination handler. We've provided some sample setup options below.
408
+
Once that is complete you can install the termination handler. We've provided some sample setup options below. Make sure to replace CHART_VERSION with the version you want to install.
For a full list of configuration options see our [Helm readme](https://github.com/aws/eks-charts/tree/master/stable/aws-node-termination-handler).
447
+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.19.0/config/helm/aws-node-termination-handler#readme).
After you've installed the repo you can install the chart, the following command will install the chart with the release name `aws-node-termination-handler` and the default configuration to the `kube-system` namespace.
19
+
Once the helm registry login succeeds, use the following command to install the chart with the release name `aws-node-termination-handler` and the default configuration to the `kube-system` namespace. In the below command, add the CHART_VERSION that you want to install.
"description": "Helm Charts for AWS Node Termination Handler",
3
+
"aboutText": "# Helm Chart for Node Termination Handler\n\n AWS NTH gracefully handles EC2 instance shutdown within Kubernetes.\n\nThis repository contains helm-charts for Node Termination Handler.\n\nFor more information on this project, see the project repo at [AWS Node Termination Handler](https://github.com/aws/aws-node-termination-handler)",
4
+
"usageText": "# We can install AWS NTH using the helm chart from this repository.\n\nWe need to authenticate our helm client to ECR registry and install NTH chart using helm chart URI, detailed information on how to install helm chart can be found here [HelmChart ReadMe](https://github.com/aws/aws-node-termination-handler/tree/main/config/helm/aws-node-termination-handler#readme)"
Copy file name to clipboardExpand all lines: scripts/prepare-for-release
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,6 @@ HELP=$(cat << 'EOM'
55
55
-d create a draft pr
56
56
-r target repo full name for the pr (default: aws/aws-node-termination-handler)
57
57
-h help
58
-
59
58
Examples:
60
59
prepare-for-release -d update release version in repo and create a draft pr against aws/aws-node-termination-handler
61
60
prepare-for-release -r username/aws-node-termination-handler update release version in repo and create a pr against username/aws-node-termination-handler
0 commit comments