-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow storage update operation to unavailable db instance (#200)
Issue [#2214](aws-controllers-k8s/community#2214) Description of changes: With this change we allow the controller to make a storage update call when the DB instance is unavailable due to a `storage-full` status. This case is not easy to test, since the minimum storage to allocate is 20GiB. Options for testing: * Create an existing DB instance that is already unavailable due to `storage-full` status and update storage (this would then require us to fill up the remaining space) more ideas are welcome... By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information
1 parent
ee3d577
commit cfe16d6
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters