Commit cfe16d6
authored
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.1 parent ee3d577 commit cfe16d6
File tree
4 files changed
+12
-3
lines changed- apis/v1alpha1
- pkg/resource/db_instance
- templates/hooks/db_instance
4 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments