cluster-api-provider-gcp icon indicating copy to clipboard operation
cluster-api-provider-gcp copied to clipboard

Support resource updating during reconciliation

Open nsilve opened this issue 3 years ago • 0 comments
trafficstars

/kind feature

Describe the solution you'd like The services reconciliations do not support updating of the resources since all the functions are named createOrGet.... The user is only able to create the needed services and in case they want to update something, they need to recreate (delete and create) the resource. We need to support full reconciliation for all the resources/parts of them which are mutable.

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

nsilve avatar Oct 04 '22 10:10 nsilve