RDS controller cannot recover from "Storage Full" #2214
Labels
kind/bug
Categorizes issue or PR as related to a bug.
service/rds
Indicates issues or PRs that are related to rds-controller.
Describe the bug
When an RDS instance gets into a
storage-full
status, the only way to recover is to add more storage. However, after modifying theDBInstance
resource to increaseallocatedStorage
, the ACK controller for RDS will not start the resize because it sees that the instance is not in anavailable
state.The ACK RDS controller should bypass the
available
check when the state isstorage-full
if a storage resize operation is pending.The text was updated successfully, but these errors were encountered: