kube2iam
kube2iam copied to clipboard
GET /latest/meta-data/spot/termination-time (404) with v0.10.8
After upgrading to 0.10.8, I am continuously getting errors like this:
GET /latest/meta-data/spot/termination-time (404)
This is happening in 3 separate EKS clusters.
Is anyone able to shed some light on this error?
Do you happen to run a spot termination handler?
This metadata endpoints which is used by spot termination handlers on AWS only returns 200 in the 2 minutes prior to the spot instance being killed and as a result returns 404 most of the time.