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
Remove DBParameterGroupNotFound and DBSubnetGroupNotFoundFault from terminal exception (#88)
Remove DBParameterGroupNotFound and DBSubnetGroupNotFoundFault from terminal exception
Issue #, if available:
aws-controllers-k8s/community#1257
Description of changes:
Since `DBParameterGroup` and `DBSubnetGroup` are resource can be created by controller, controller should retry create `dbinstance/dbcluster` when these resource are created and available in k8s.
Remove them from terminal code so controller can keep retrying.
Tested by create instance with new db subnet group/param group, and validated controller keep retrying creating and create successfully when new subnet group/param group created in k8s.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments