chore: update PerformanceInsights parameters and ignore additional parameters when dbcluster is enabled on dbinstance#276
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shabbskagalwala The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @shabbskagalwala. Thanks for your PR. I'm waiting for a aws-controllers-k8s member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/ok-to-test |
477421d to
9f71777
Compare
|
I think the error is different. It could probably be coming from here Is there a reason it is explicitly set to false, instead of what is in the latest? Can this be changed to ? |
9f71777 to
085e323
Compare
| late_initialize: | ||
| skip_incomplete_check: {} | ||
| compare: | ||
| is_ignored: true |
There was a problem hiding this comment.
Adding fields to ignore else the controller is in constant reconcile loop
This db instance is part of a db cluster
{
"level": "info",
"ts": "2026-03-13T05:17:50.407Z",
"logger": "ackrt",
"msg": "desired resource state has changed",
"kind": "DBInstance",
"namespace": "mytest",
"name": "temp-db-cluster-instance",
"account": "REDACTED",
"role": "",
"region": "us-west-2",
"is_adopted": true,
"generation": 5,
"diff": [
{
"Path": {
"Parts": [
"Spec",
"DBName"
]
},
"A": null,
"B": "tempdb"
},
{
"Path": {
"Parts": [
"Spec",
"EngineVersion"
]
},
"A": null,
"B": "16.8"
},
{
"Path": {
"Parts": [
"Spec",
"MasterUsername"
]
},
"A": null,
"B": "superadmin"
}
]
}
085e323 to
6151283
Compare
|
/retest-required |
6151283 to
c4e56ca
Compare
|
@shabbskagalwala: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@michaelhtm do you recall why this is always set to false? @shabbskagalwala Regarding the fix. If PerformanceInsightsEnabled should be managed by the DBCluster when the DBInstance's |
Fixed terminal errors when PerformanceInsights* parameters cannot be changed when db instance is part of a dbcluster
Note to reviewers, the fields are not set on the dbinstance only set on the dbcluster
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.