File tree 3 files changed +201
-131
lines changed
3 files changed +201
-131
lines changed Original file line number Diff line number Diff line change 10
10
tasks :
11
11
- name : Add AWS for fluent bit helm chart (centralized logging)
12
12
tags : fluentbit
13
- community. kubernetes.helm :
13
+ kubernetes.core .helm :
14
14
context : " {{ k8s_context|mandatory }}"
15
15
kubeconfig : " {{ k8s_kubeconfig }}"
16
16
chart_repo_url : " https://aws.github.io/eks-charts"
29
29
wait : yes
30
30
- name : Create Amazon CloudWatch Metrics namespace
31
31
tags : cloudwatch
32
- community. kubernetes.k8s :
32
+ kubernetes.core .k8s :
33
33
context : " {{ k8s_context|mandatory }}"
34
34
kubeconfig : " {{ k8s_kubeconfig }}"
35
35
name : " {{ k8s_aws_cloudwatch_metrics_namespace }}"
38
38
state : present
39
39
- name : Add AWS CloudWatch Metrics helm chart (monitoring)
40
40
tags : cloudwatch
41
- community. kubernetes.helm :
41
+ kubernetes.core .helm :
42
42
context : " {{ k8s_context|mandatory }}"
43
43
kubeconfig : " {{ k8s_kubeconfig }}"
44
44
chart_repo_url : " https://aws.github.io/eks-charts"
54
54
tags : cloudwatch
55
55
amazon.aws.cloudwatch_metric_alarm :
56
56
state : present
57
+ aws_profile : " {{ aws_profile }}"
57
58
region : us-east-1
58
59
name : " {{ item.name }}"
59
60
description : " {{ item.description }}"
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ k8s_iam_users: [noop] # https://github.com/caktus/ansible-role-k8s-web-cluster/
85
85
# aws-for-fluent-bit
86
86
# - https://github.com/aws/eks-charts/tree/master/stable/aws-for-fluent-bit
87
87
# - 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 "
89
89
# aws-cloudwatch-metrics:
90
90
# - https://github.com/aws/eks-charts/tree/master/stable/aws-cloudwatch-metrics
91
91
# - https://artifacthub.io/packages/helm/aws/aws-cloudwatch-metrics
You can’t perform that action at this time.
0 commit comments