Skip to content

Commit

Permalink
Troubleshooting guide (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4ck404 authored Sep 27, 2023
1 parent 661c7a6 commit a8e0534
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@ Create the IAM resources for the EBS CSI Driver and install the add-on on an exi
You can find examples in `/examples`.
The example `/examples/default-with-k8s-resources` creates a pvc and a pod to test if the csi in installed and working properly.

## Troubleshooting:
1.
```
Q: I applied the terraform, everything seems to be created and installed correctly but the `csi driver` still throws an *unauthorized* error, why ?
A: It could be because of an explicit deny tp create EBS volumes in a CSP policy, make sure to check that.
```
2.
```
Q: I applied the terraform, everything seems to be created and installed correctly but driver fails to provision the volume and throws an error of type `Parameters on this idempotent request are inconsistent with parameters used in previous request(s)`
A: It could be because you enabled automatic automatic encryption of EBS volumes with a specific KMS key that the IAM role the terraform created for the driver doesn't have access to. Make sure to allow the role to use the KMS key used to encrypt EBS volumes. Support for that will be added to this module in the future.
```

## The module:
<!-- BEGIN_TF_DOCS -->
### Requirements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2

0 comments on commit a8e0534

Please sign in to comment.