Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4ck404 authored Sep 27, 2023
1 parent a8e0534 commit 46f1467
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,15 @@ 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 ?

#### 1. 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)`
#### 2. 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 -->
Expand Down

0 comments on commit 46f1467

Please sign in to comment.