generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.service/rdsIndicates issues or PRs that are related to rds-controller.Indicates issues or PRs that are related to rds-controller.
Description
Describe the bug
rds controller v1.60 introduce the new DatabaseInsightsMode support, but it causes existing DBInstance resources becomes not synced, because it doesn't ignore when spec.DatabaseInsightsMode is null (it's new field, so existing DBinstance doesn't have any default value).
{
..........
"diff": [
{
"Path": {
"Parts": [
"Spec",
"DatabaseInsightsMode"
]
},
"A": null,
"B": "standard"
}
]
}
Steps to reproduce
deploy a DBInstance without DatabaseInsightsMode field
Expected outcome
A concise description of what you expected to happen.
Environment
- Kubernetes version
1.32 - Using EKS (yes/no), if so version?
yes, eks.16 - AWS service targeted (S3, RDS, etc.)
RDS
renebarbosabc
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.service/rdsIndicates issues or PRs that are related to rds-controller.Indicates issues or PRs that are related to rds-controller.