kubeblocks icon indicating copy to clipboard operation
kubeblocks copied to clipboard

chore: refactor addon controller

Open zhuyi1159 opened this issue 7 months ago • 2 comments

fix #7678 Currently addon controller is based on state machine, which may not reflect the latest status of the addon and has low readability. This pr is aimed to refactor addon controller with kubebuilderx framework and switch from monitoring the addon.status.phase to monitoring the latest status of the addon job to ensure the timeliness of status updates.

zhuyi1159 avatar Jul 16 '24 08:07 zhuyi1159