Describe the bug
After upgrade to version 1.10.0, Cloud Bigtable Admin API Instance and cluster write requests quota spiked massively. A single completely normal BigtableInstance declaration with 3 clusters which was created successfully and was completely in sync with the spec, was suddenly causing on the order of 1 write request every couple of minutes to the API. After rolling back to KCC version 1.9.1, it was making no write requests at all, as we expected, since it already matches configuration.
ConfigConnector Version
1.10.0 (rollback to 1.9.1 fixed the issue)
To Reproduce
Seemingly, all BigtableInstance objects result in this behavior. The sample one in this repo should make this happen, we think.
Thanks for reporting this, we have identified an issue in our test for this scenario that prevented us from noticing. In addition, we are fixing the BigTableInstance resource such that it will not continuously reconcile.
Thanks, that's great to hear!
This issue should be address in version 1.13.1. Let us know if it's still a problem.
Yay! Thank you! 馃コ
Most helpful comment
Thanks for reporting this, we have identified an issue in our test for this scenario that prevented us from noticing. In addition, we are fixing the BigTableInstance resource such that it will not continuously reconcile.