Skip to content

Commit

Permalink
Update RBACs for storageclass and limitrange collection (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlucas authored Jun 3, 2024
1 parent 8f7cdc9 commit 147c8b9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion charts/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Datadog changelog

## 3.65.3

* Add RBAC rules for collection of StorageClass and LimitRange resources in the Orchestrator Explorer.

## 3.65.2

* Do not enable live process collection by default when language detection is enabled for `APM SSI`.
Expand Down Expand Up @@ -86,7 +90,6 @@
* `datadog.apm.instrumentation.enabledNamespaces` - optional; list of namespaces to enable automatic instrumentation in. If not provided, every namespace in the cluster will be instrumented.
* `datadog.apm.instrumentation.disabledNamespaces` - optional; list of namespaces to disable automatic instrumentation in.


## 3.57.3

* Exclude agent, cluster agent and agent clusterchecks pods from injection from the admission controller.
Expand Down
2 changes: 1 addition & 1 deletion charts/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 3.65.2
version: 3.65.3
appVersion: "7"
description: Datadog Agent
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/datadog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Datadog

![Version: 3.65.2](https://img.shields.io/badge/Version-3.65.2-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
![Version: 3.65.3](https://img.shields.io/badge/Version-3.65.3-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)

[Datadog](https://www.datadoghq.com/) is a hosted infrastructure monitoring platform. This chart adds the Datadog Agent to all nodes in your cluster via a DaemonSet. It also optionally depends on the [kube-state-metrics chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-state-metrics). For more information about monitoring Kubernetes with Datadog, please refer to the [Datadog documentation website](https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/).

Expand Down
9 changes: 9 additions & 0 deletions charts/datadog/templates/cluster-agent-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rules:
- nodes
- namespaces
- componentstatuses
- limitranges
verbs:
- get
- list
Expand Down Expand Up @@ -198,6 +199,14 @@ rules:
- list
- get
- watch
- apiGroups:
- "storage.k8s.io"
resources:
- storageclasses
verbs:
- list
- get
- watch
- apiGroups:
- autoscaling.k8s.io
resources:
Expand Down

0 comments on commit 147c8b9

Please sign in to comment.