Skip to content

Commit

Permalink
Update setup-eks.md
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Rocha <[email protected]>
  • Loading branch information
rochabr authored Nov 8, 2024
1 parent 9d59f94 commit 4cdc8eb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This guide walks you through installing an Elastic Kubernetes Service (EKS) clus
kubectl config current-context
```

## Implement Dapr requirements
## Add Dapr requirements for sidecar access and default storage class:

1. Update the security group rule to allow the EKS cluster to communicate with the Dapr Sidecar by creating an inbound rule for port 4000.

Expand All @@ -89,9 +89,9 @@ This guide walks you through installing an Elastic Kubernetes Service (EKS) clus

2. Dapr 1.14 Scheduler service requires a default storage class to be set. If you don't have one, patch your cluster with the command below:

```bash
kubectl patch storageclass gp2 -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
```
```bash
kubectl patch storageclass gp2 -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
```

## Install Dapr

Expand Down

0 comments on commit 4cdc8eb

Please sign in to comment.