docs: update faq about endpoints (#1603)

This commit is contained in:
Dawid Rogaczewski
2021-09-28 11:15:11 +02:00
committed by GitHub
parent 7371db1a51
commit 5ce72fa3b2
3 changed files with 20 additions and 7 deletions

View File

@@ -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
```