We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During the creation of CloudSQL instance, the following appears as error in the status:
- lastTransitionTime: "2019-12-25T15:33:23Z" message: 'update failed: cannot update the CloudSQL instance: googleapi: Error 409: Operation failed because another operation was already in progress., operationInProgress' reason: Encountered an error during managed resource reconciliation status: "False" type: Synced
The reason is we don't skip the update during creation or another update, which is something we do in other resources whose API complains about this.
Create a CloudSQLInstance and watch for its status.
Crossplane version: 0.6.0
The text was updated successfully, but these errors were encountered:
muvaf
Successfully merging a pull request may close this issue.
What happened?
During the creation of CloudSQL instance, the following appears as error in the status:
The reason is we don't skip the update during creation or another update, which is something we do in other resources whose API complains about this.
How can we reproduce it?
Create a CloudSQLInstance and watch for its status.
What environment did it happen in?
Crossplane version: 0.6.0
The text was updated successfully, but these errors were encountered: