Skip to content

Aggregate create/update actions in one Reconcile action #450

@kangclzjc

Description

@kangclzjc

What you would like to be added?

I want to reduce the number of API server calls to alleviate its load pressure.

Why is this needed?

In some reconcile function, spec and status could be updated in separated calls, we can aggregate these calls as much as we can to reduce the number of API server calls. For example, PCS controller can add finalizer for PCLQ in advance then we don't need PCLQ controller to update to add the finalizer then, this can reduce one call for API server.

Metadata

Metadata

Assignees

Labels

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions