1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-26 17:36:19 +02:00
typhoon/google-cloud/flatcar-linux/kubernetes/workers
Dalton Hubble e87d5aabc3 Adjust Google Cloud worker health checks to use kube-proxy healthz
* Change the workers managed instance group to health check nodes
via HTTP probe of the kube-proxy port 10256 /healthz endpoints
* Advantages: kube-proxy is a lower value target (in case there
were bugs in firewalls) that Kubelet, its more representative than
health checking Kubelet (Kubelet must run AND kube-proxy Daemonset
must be healthy), and its already used by kube-proxy liveness probes
(better discoverability via kubectl or alerts on pods crashlooping)
* Another motivator is that GKE clusters also use kube-proxy port
10256 checks to assess node health
2022-08-17 20:50:52 -07:00
..
butane Update Kubernetes from v1.24.3 to v1.24.4 2022-08-17 20:09:30 -07:00
image.tf Remove Terraform template provider dependency 2022-08-02 18:15:03 -07:00
outputs.tf Rename container-linux modules to flatcar-linux 2020-10-20 22:47:19 -07:00
target_pool.tf Rename container-linux modules to flatcar-linux 2020-10-20 22:47:19 -07:00
variables.tf Switch to using Flatcar Linux images on Google Cloud 2022-01-28 21:04:10 -08:00
versions.tf Migrate Flatcar Linux from Ignition spec v2.3.0 to v3.3.0 2022-08-03 08:32:52 -07:00
workers.tf Adjust Google Cloud worker health checks to use kube-proxy healthz 2022-08-17 20:50:52 -07:00