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
# * <nil>: Invalid value:
"The edited file failed validation": ValidationError(DBInstance.spec.forProvider):
unknown field "allowMajorVersionUpgrade" in io.crossplane.aws.rds.v1alpha1.DBInstance.spec.forProvider
RECONCILER ERROR
"update failed: cannot update DBInstance in AWS: InvalidParameterCombination:
The AllowMajorVersionUpgrade flag must be present when upgrading to a new major
version
Yeah, because we have both DBInstance and RDSInstance all features have to be implemented twice. There's an issue to try to resolve it, which I hope gets some attention soon. #498
What happened?
When trying to upgrade an RDS instance, receive error that
AllowMajorVersionUpgrade
must be set. However, this option is not present on dbinstance.rds.aws.crossplane.io, although it is on rdsinstance.database.aws.crossplane.io. Furthermore, the tests for clients/rds are missing it too.How can we reproduce it?
change engineVersion to a new major
try to edit or deploy
set
UPDATE ERROR:
RECONCILER ERROR
What environment did it happen in?
Crossplane version: 1.8.1
provider aws 0.26
AWS
K8s 1.21
The text was updated successfully, but these errors were encountered: