Skip to content

Commit bf37e2f

Browse files
authored
fix: Removing Optional Kubelet monitoring from Container Insights on AWS for FluentBit addon. (#251)
1 parent 61ca8c1 commit bf37e2f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,8 +833,6 @@ resource "kubernetes_config_map_v1_data" "aws_for_fluentbit_containerinsights" {
833833
K8S-Logging.Exclude Off
834834
Labels Off
835835
Annotations Off
836-
Use_Kubelet On
837-
Kubelet_Port 10250
838836
Buffer_Size 0
839837
840838
[OUTPUT]

tests/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ module "eks_blueprints_addons" {
145145
enable_external_dns = true
146146
enable_external_secrets = true
147147
enable_gatekeeper = true
148-
# enable_ingress_nginx = true
148+
enable_ingress_nginx = true
149149

150150
# Turn off mutation webhook for services to avoid ordering issue
151151
enable_aws_load_balancer_controller = true

0 commit comments

Comments
 (0)