Skip to content

Commit

Permalink
Add service account instruction (#18575)
Browse files Browse the repository at this point in the history
Add instruction to set service account when using Sidecar Injection by Admission Controller
  • Loading branch information
aquiladayc authored Sep 16, 2024
1 parent 35be561 commit 333a5ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eks_fargate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ The setup below configures the Cluster Agent to communicate with the Agent sidec
**Prerequisites**

* Set up RBAC in the application namespace(s). See the [AWS EKS Fargate RBAC](#aws-eks-fargate-rbac) section on this page.
* Bind above RBAC to application pod by setting Service Account name.
* Create a Kubernetes secret containing your Datadog API key and Cluster Agent token in the Datadog installation and application namespaces:

```shell
Expand Down Expand Up @@ -291,6 +292,7 @@ The setup below configures the Cluster Agent to communicate with the Agent sidec
**Prerequisites**

* Set up RBAC in the application namespace(s). See the [AWS EKS Fargate RBAC](#aws-eks-fargate-rbac) section on this page.
* Bind above RBAC to application pod by setting Service Account name.
* Create a Kubernetes secret containing your Datadog API key and Cluster Agent token in the Datadog installation and application namespaces:

```shell
Expand Down

0 comments on commit 333a5ec

Please sign in to comment.