Skip to content

Commit a9ca979

Browse files
author
Giorgia Amici
committed
Updated Readme
1 parent 22a77e0 commit a9ca979

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
Adding our own scripts to https://github.com/kubernetes/node-problem-detector
1+
# Node Problem Detector custom scripts
2+
3+
Adding our own scripts to https://github.com/kubernetes/node-problem-detector and sharing them in case you might find those handy for you use cases.
4+
5+
6+
The scripts details can be found in `/config/plugin/` but ultimately, they are:
7+
* `launch-config-drift`: a way to check if your instances launch template has diverged from your asg launch template
8+
* `spot-termination`: uses the `meta-data/spot/instance-action endpoint` to check EC2 Spot Instance interruption notice
9+
* `local-dns-resolver`: checks the response status value received (if any) from the local dns resolver ip
10+
* `upstream-dns-resolver`: check if we receive an IPv4 address for a given A record.
11+
* `uptime`: every 5 seconds, checks if the information detailing how long the system has been on since its last restart is acceptable (to us the threshold being 604800 seconds)
12+
13+
14+
## Notes
15+
*July 2024 -* The custom `node problem detector` image is now stored in the `uswitch/node_problem_detectr` repository on Quay.
16+
<br>

0 commit comments

Comments
 (0)