-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically recreate resources when AIModel-related resources are d…
…eleted This commit implements automatic recreation of resources associated with an AIModel when they are deleted. The operator now monitors for deletion events and ensures that essential resources are promptly reestablished, maintaining the desired state of the AIModel. Key changes: - Added logic to detect resource deletion events - Implemented automatic recreation of deleted resources - Ensured consistency between AIModel spec and actual resource state - Updated reconciliation loop to handle recreation scenarios This enhancement improves the resilience and self-healing capabilities of AIModel deployments, reducing manual intervention requirements. Signed-off-by: YouXam <[email protected]>
- Loading branch information
Showing
1 changed file
with
75 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters