Skip to content

Commit

Permalink
Update amazon-eks.md (#2360)
Browse files Browse the repository at this point in the history
* Update amazon-eks.md

* backport to 8.2

* small tweak

---------

Co-authored-by: Amara <amara.graham@camunda.com>
  • Loading branch information
felix-mueller and akeller authored Aug 14, 2023
1 parent f48a6b1 commit c6bd657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The next step is to create a new
[StorageClass](https://docs.aws.amazon.com/eks/latest/userguide/storage-classes.html)
that uses the Amazon EBS `gp3` volume type. Then, use it cluster-wide as a default
`StorageClass` or set it in your values file under `zeebe.pvcStorageClassName`.

If you encounter issues with EBS CSI Driver, follow the instructions in the [helm-profiles repository](https://github.com/camunda-community-hub/camunda-8-helm-profiles/blob/main/aws/README.md#ebs-csi-driver-addon) maintained by the Camunda Consulting Team.
:::

## Pitfalls to avoid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The next step is to create a new
[StorageClass](https://docs.aws.amazon.com/eks/latest/userguide/storage-classes.html)
that uses the Amazon EBS `gp3` volume type. Then, use it cluster-wide as a default
`StorageClass` or set it in your values file under `zeebe.pvcStorageClassName`.

If you encounter issues with EBS CSI Driver, follow the instructions in the [helm-profiles repository](https://github.com/camunda-community-hub/camunda-8-helm-profiles/blob/main/aws/README.md#ebs-csi-driver-addon) maintained by the Camunda Consulting Team.
:::

## Pitfalls to avoid
Expand Down

0 comments on commit c6bd657

Please sign in to comment.