Skip to content

Commit f88235c

Browse files
committed
Update fluent bit, dependencies, and ansible references
1 parent dca2387 commit f88235c

File tree

3 files changed

+201
-131
lines changed

3 files changed

+201
-131
lines changed

deploy/deploy-cluster.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
tasks:
1111
- name: Add AWS for fluent bit helm chart (centralized logging)
1212
tags: fluentbit
13-
community.kubernetes.helm:
13+
kubernetes.core.helm:
1414
context: "{{ k8s_context|mandatory }}"
1515
kubeconfig: "{{ k8s_kubeconfig }}"
1616
chart_repo_url: "https://aws.github.io/eks-charts"
@@ -29,7 +29,7 @@
2929
wait: yes
3030
- name: Create Amazon CloudWatch Metrics namespace
3131
tags: cloudwatch
32-
community.kubernetes.k8s:
32+
kubernetes.core.k8s:
3333
context: "{{ k8s_context|mandatory }}"
3434
kubeconfig: "{{ k8s_kubeconfig }}"
3535
name: "{{ k8s_aws_cloudwatch_metrics_namespace }}"
@@ -38,7 +38,7 @@
3838
state: present
3939
- name: Add AWS CloudWatch Metrics helm chart (monitoring)
4040
tags: cloudwatch
41-
community.kubernetes.helm:
41+
kubernetes.core.helm:
4242
context: "{{ k8s_context|mandatory }}"
4343
kubeconfig: "{{ k8s_kubeconfig }}"
4444
chart_repo_url: "https://aws.github.io/eks-charts"
@@ -54,6 +54,7 @@
5454
tags: cloudwatch
5555
amazon.aws.cloudwatch_metric_alarm:
5656
state: present
57+
aws_profile: "{{ aws_profile }}"
5758
region: us-east-1
5859
name: "{{ item.name }}"
5960
description: "{{ item.description }}"

deploy/group_vars/all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ k8s_iam_users: [noop] # https://github.com/caktus/ansible-role-k8s-web-cluster/
8585
# aws-for-fluent-bit
8686
# - https://github.com/aws/eks-charts/tree/master/stable/aws-for-fluent-bit
8787
# - https://artifacthub.io/packages/helm/aws/aws-for-fluent-bit
88-
k8s_aws_fluent_bit_chart_version: "0.1.18"
88+
k8s_aws_fluent_bit_chart_version: "0.1.32"
8989
# aws-cloudwatch-metrics:
9090
# - https://github.com/aws/eks-charts/tree/master/stable/aws-cloudwatch-metrics
9191
# - https://artifacthub.io/packages/helm/aws/aws-cloudwatch-metrics

0 commit comments

Comments
 (0)