mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-30 03:10:47 +02:00
Add wait_nodes_max_tries to wait for nodes to be available before applying the kubernetes configurations (#187)
* Add wait_nodes_max_tries to wait for nodes to be available before applying the kubernetes configurations * Format variables.tf and aws_auth.tf * Fix template expansion for wait-nodes-ready.tpl * Ensuring that kubeconfig is created before its use * Cleanup wait-nodes-ready script * Simplify logic to retry application of kubernetes config if failed * Revert file permission change
This commit is contained in:
committed by
Max Williams
parent
cddac92757
commit
81706207fc
@@ -12,6 +12,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- `suspended_processes` to `worker_groups` input (by @bkmeneguello)
|
||||
- `target_group_arns` to `worker_groups` input (by @zihaoyu)
|
||||
- `force_detach_policies` to `aws_iam_role` `cluster` and `workers` (by @marky-mark)
|
||||
- Added sleep while trying to apply the kubernetes configurations if failed, up to 50 seconds (by @rmakram-ims)
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user