Skip to content

Commit 19e5fc0

Browse files
add back nodes/proxy (#1607)
1 parent 7868585 commit 19e5fc0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

charts/azuremonitor-containerinsights-for-prod-clusters/templates/ama-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ metadata:
8080
{{- end }}
8181
rules:
8282
- apiGroups: [""]
83-
resources: ["pods", "events", "nodes", "nodes/stats", "nodes/metrics", "nodes/spec", "namespaces", "services", "persistentvolumes"]
83+
resources: ["pods", "events", "nodes", "nodes/stats", "nodes/metrics", "nodes/spec", "nodes/proxy", "namespaces", "services", "persistentvolumes"]
8484
verbs: ["list", "get", "watch"]
8585
- apiGroups: ["apps", "extensions", "autoscaling"]
8686
resources: ["replicasets", "deployments", "horizontalpodautoscalers"]

charts/azuremonitor-containers/templates/ama-logs-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
heritage: {{ .Release.Service }}
2424
rules:
2525
- apiGroups: [""]
26-
resources: ["pods", "events", "nodes", "nodes/stats", "nodes/metrics", "nodes/spec", "namespaces", "services", "persistentvolumes"]
26+
resources: ["pods", "events", "nodes", "nodes/stats", "nodes/metrics", "nodes/spec", "nodes/proxy","namespaces", "services", "persistentvolumes"]
2727
verbs: ["list", "get", "watch"]
2828
- apiGroups: ["apps", "extensions", "autoscaling"]
2929
resources: ["replicasets", "deployments", "horizontalpodautoscalers"]

kubernetes/ama-logs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rules:
1818
"nodes/stats",
1919
"nodes/metrics",
2020
"nodes/spec",
21+
"nodes/proxy",
2122
"namespaces",
2223
"services",
2324
"persistentvolumes",

0 commit comments

Comments
 (0)