mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
This CL tries to introduce a better handling of S3 eventual consitency. https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html#ConsistencyModel Issue was at cluster creation, we try to get a kubeconfig which doesn't exists yet in order to know whether or not the cluster exists and needs to be upgraded. It leads to S3 caching the fact this bucket doesn't exists and reject later s# get while the bucket actually exists. By introducing a retry mechanism, we allow s3 to properly propagate new file / bucket creation and reach consistency.
28 lines
804 B
YAML
28 lines
804 B
YAML
apiVersion: v1
|
|
appVersion: 1.5.0
|
|
description: A Helm chart for the AWS Node Termination Handler
|
|
home: https://github.com/aws/eks-charts
|
|
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
|
|
keywords:
|
|
- eks
|
|
- ec2
|
|
- node-termination
|
|
- spot
|
|
maintainers:
|
|
- email: nckturner@users.noreply.github.com
|
|
name: Nicholas Turner
|
|
url: https://github.com/nckturner
|
|
- email: stefanprodan@users.noreply.github.com
|
|
name: Stefan Prodan
|
|
url: https://github.com/stefanprodan
|
|
- email: jillmon@users.noreply.github.com
|
|
name: Jillian Montalvo
|
|
url: https://github.com/jillmon
|
|
- email: mattrandallbecker@users.noreply.github.com
|
|
name: Matthew Becker
|
|
url: https://github.com/mattrandallbecker
|
|
name: aws-node-termination-handler
|
|
sources:
|
|
- https://github.com/aws/eks-charts
|
|
version: 0.8.0
|