mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-31 06:23:04 +02:00
docs: update faq about endpoints (#1603)
This commit is contained in:
committed by
GitHub
parent
7371db1a51
commit
5ce72fa3b2
@@ -4,7 +4,7 @@ Spot instances usually cost around 30-70% less than an on-demand instance. So us
|
||||
|
||||
You need to install a daemonset to catch the 2 minute warning before termination. This will ensure the node is gracefully drained before termination. You can install the [k8s-spot-termination-handler](https://github.com/kube-aws/kube-spot-termination-notice-handler) for this. There's a [Helm chart](https://github.com/helm/charts/tree/master/stable/k8s-spot-termination-handler):
|
||||
|
||||
```
|
||||
```shell
|
||||
helm install stable/k8s-spot-termination-handler --namespace kube-system
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user