• Angus Lees's avatar
    Attempt to topologically sort resources before updating · fad478f6
    Angus Lees authored
    The goal is to make a best-effort attempt at reducing the number of
    "crash-restart" loops required to bring up a group of interdependent
    resources.
    
    The current implementation is very simple and just sorts into 3 tiers:
    - Namespace, ThirdPartyResource, StorageClass
    - everything else
    - Pods or similar (Pod/Job/Deployment/DaemonSet/StatefulSet)
    fad478f6