You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controller fails to update Table with new GSI because spec.provisionedThroughput values didn't change
│ Message: ValidationException: The provisioned throughput for the table will not change. The requested value equals the current value. Current ReadCapacityUnits provisioned for the tab │
│ le: 25. Requested ReadCapacityUnits: 25. Current WriteCapacityUnits provisioned for the table: 25. Requested WriteCapacityUnits: 25. Refer to the Amazon DynamoDB Developer Guide for current limits a │
│ nd how to request higher limits. │
│ status code: 400, request id: EFUN8JOS0NKP1NCISHIMPGHR07VV4KQNSO5AEMVJF66Q9ASUAAJG
Expected outcome
GSI for Table is created properly
Environment
Kubernetes version: 1.21
Using EKS (yes/no), if so version? 2
AWS service targeted (S3, RDS, etc.) DynamoDB
The text was updated successfully, but these errors were encountered:
Describe the bug
DynamoDB controller cannot update any Table information if
provisionedThroughput
contains the original valuesSteps to reproduce
spec.provisionedThroughput
values didn't changeExpected outcome
GSI for Table is created properly
Environment
The text was updated successfully, but these errors were encountered: