Open j4ckstraw opened 11 hours ago
There are no sig labels on this issue. Please add an appropriate label by using one of the following commands:
/sig <group-name>
/wg <group-name>
/committee <group-name>
Please see the group list for a listing of the SIGs, working groups, and committees available.
This issue is currently awaiting triage.
If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted
label and provide further guidance.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
IIUC, k8s was originally designed without the concept of updatedTime. The controller does not care about the number of updates, but only cares whether the actual state meets the expected state. 🤔
Maybe you can use last-applied-configuration
or resourceVersion to solve this problem.
What would you like to be added?
add a new field
updateTimestamp
in ConfigMap statusWhy is this needed?
We can use this field to check whether the ConfigMap has been updated or not, and when it was updated.