Skip to content
Snippets Groups Projects
  1. Jun 09, 2017
    • Angus Lees's avatar
      Implement delete subcommand · bdefc0bf
      Angus Lees authored
      This removes all objects listed in config files (and dependents) -
      effectively reversing an `update --create`.
      
      Intended for short-lived "try this out; now clean up" workflows.
      
      Fixes #14
      bdefc0bf
  2. May 19, 2017
    • 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
  3. May 18, 2017
  4. May 17, 2017
  5. May 16, 2017
  6. May 12, 2017