sveltos icon indicating copy to clipboard operation
sveltos copied to clipboard

Document new dependency behavior

Open gianlucam76 opened this issue 7 months ago • 1 comments

Auto deploy dependencie: enable automatic deployment of prerequisite profile Profile instances can declare dependencies on other profiles via the DependsOn field, establishing a directed acyclic graph (DAG) of dependencies. Before this PR, it was the administrator's responsibility to ensure that both the dependent and prerequisite profiles target the same set of managed clusters through matching cluster selectors.

Now Sveltos will automatically resolve and deploy the prerequisite profiles specified in the DependsOn field. Sveltos will analyze the dependency graph, identify the required prerequisite profiles, and ensure they are deployed to the same clusters.

gianlucam76 avatar Mar 16 '25 13:03 gianlucam76