Releases: sparkfabrik/terraform-aws-eks-bootstrap
Releases · sparkfabrik/terraform-aws-eks-bootstrap
1.2.0
- refs platform/#2586: add
enhanced_container_insights_enabled
variable to enable/disable enhanced container insights for CloudWatch. Remember that this feature only allows to use the last 3 hours of collected metrics. You can find more information about limitations here.
1.1.1
- refs platform/#2586: fix output for
grafana_admin_password
whenenable_kube_prometheus_stack
isfalse
.
1.1.0
1.0.0
⚠️ Breaking changes ⚠️
ATTENTION: before applying these changes you must manually remove the amazon-cloudwatch
namespace from your cluster. If you have deployed other stuffs, at least you have to remove the fluent-bit reosources (ConfigMaps
and DaemonSets
). You have to remove these resources from the terraform state too. If you want to keep the fluent-bit installation, please turn off the cluster_enable_amazon_cloudwatch_observability_addon
variable and remove the flutn-bit resources from the terraform state.
Added
- refs #33: add
cluster_enable_amazon_cloudwatch_observability_addon
variable to enable Amazon CloudWatch Container Insights for Kubernetes.
Changed
- refs #33: remove standalone flunt-bit installation.
0.3.0
Added
- refs #000: add
cluster_additional_addons
variable to manage additional EKS addons. - refs #000: add
cluster_iam_role_additional_policies
variable to manage additional IAM policy attachments for cluster role.
0.2.0
Release 0.1.0
Merge pull request #22 from sparkfabrik/task/0000_remove_ecr_iam_user…