Jakub Stehlík
Jakub Stehlík
@ismailyenigul Implemented in version [v2.2.0](https://github.com/lablabs/terraform-aws-eks-cluster-autoscaler/releases/tag/v2.2.0)
Setting up EFS with the chart is doable on both EC2 and Fargate. 1. Install and configure aws-efs-csi-driver 2. Create a `StorageClass`, `PersistentVolumeClaim`, and in case of Fargate `PersistentVolume` outside...
hi @nitrocode, unfortunately haven't had the time for it yet. The initial idea was to trap SIGTERM via `preStop` and wait for a configurable amount of time to attempt to...
Thank you @kostasrim :)
Rule group recreation or intermediate state would be ok in a simple scenario such as in the example. However, if you manage multiple rule groups with numerous rules, I would...
The first case is indeed problematic. Do you suppose something can be done regarding the second case or the third case (added to the description, basically error appears during move...
Running into the same problem, AMI version should be fetched from SSM params for all OSs, it's currently not getting automatically updated for AL2023 when new AMIs are available. Old...