aws-node-termination-handler
aws-node-termination-handler copied to clipboard
Gracefully handle EC2 instance shutdown within Kubernetes
Issue #826 Updated scripts to build, test, and push docker images supporting both Windows 2019 and Windows 2022. Manual testing: 1. Spun up EC2 Instance running Windows 2022 Base image...
Just a small fix that moves a `deleteSqsMsgIfNodeNotFound` parameter refence in helm's README from IMDS to Queue processor section where it's relevant. **Issue #, if available:** **Description of changes:** By...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.30.3 to 0.31.0. Commits a8f449e Falls back to SPDY for gorilla/websocket https proxy error 62791ec Merge pull request #125571 from liggitt/filter-auth-02-sar cc2ba35 add field and label selectors...
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.30.3 to 0.31.0. Commits b34a16d Update dependencies to v0.31.0 tag 5ba0fa9 Merge remote-tracking branch 'origin/master' into release-1.31 07d386f wait: don't lowercase condition in --for argument 8fc44bc Promote...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.30.3 to 0.31.0. Commits 02a19c3 Update dependencies to v0.31.0 tag 5e3e8ea informers: add comment that Start does not block f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.30.3 to 0.31.0. Commits 2df39ff Update dependencies to v0.31.0 tag 382a091 update codegen and openapi 1073c1e regen clients 6f8e3bd Review feedback 437d97a Coordinated Leader Election Alpha API...
**Describe the bug** `aws-node-termination-handler` stuck in `CrashLoopBackOff` when deployed in AWS Malaysia region (`ap-southeast-5`). **Steps to reproduce** Kubernetes is deployed using Kops using the following command: ```bash kops create cluster...
**Description of changes:** Emit a CONTINUE event once the node has been drained when running in IMDS mode, currently the machine hangs until lifecylce hook timeout or terminates immediately making...
**Describe the bug** Deployed the `aws-node-termination-handler` Helm chart successfully in EKS cluster, with node-termination-arguments as ``` enable-prometheus-server: false, prometheus-server-port: 8080, ``` The Helm chart status is deployed and upon checkin...
**Describe the feature** Have a metric for workers **Is the feature request related to a problem?** We are seeing `all workers busy, waiting` in the logs, but have notice there...