diff --git a/.github/styles/vocab.txt b/.github/styles/vocab.txt index 4ec62923d8..f4393b591b 100644 --- a/.github/styles/vocab.txt +++ b/.github/styles/vocab.txt @@ -53,6 +53,7 @@ configs const cookiecutter cron +cronjobs css Datadog dataflow diff --git a/docs/features/kubernetes/configuration.md b/docs/features/kubernetes/configuration.md index 07a12f54a0..32ab830322 100644 --- a/docs/features/kubernetes/configuration.md +++ b/docs/features/kubernetes/configuration.md @@ -264,6 +264,12 @@ following objects: - horizontalpodautoscalers - ingresses +The following RBAC permissions are required on the batch API group for the +following objects: + +- jobs +- cronjobs + ## Surfacing your Kubernetes components as part of an entity There are two ways to surface your Kubernetes components as part of an entity.