Skip to content
Snippets Groups Projects
  1. Jul 10, 2017
    • Angus Lees's avatar
      Set delete propagation policy (to "foreground") · a78be141
      Angus Lees authored
      Kubernetes 1.6 adds a `PpropagationPolicy` to the delete options,
      obsoleting the previous `OrphanDependents` boolean.
      
      This change sets `PropagationPolicy=foreground`, keeping the legacy
      `OrphanDependents=false` for older k8s servers.
      
      Note that PropagationPolicy=background is broken in k8s 1.6 and (eg)
      leaks pods from a deployment.  See kubernetes/kubernetes#44046 for
      upstream discussion.
    • Angus Lees's avatar
      Merge pull request #54 from tomwilkie/subset-diff · ec437ae2
      Angus Lees authored
      Add 'subset' diff stategy option that checks the live state is a subset of the config state.
      ec437ae2
  2. Jul 09, 2017
  3. Jul 07, 2017
  4. Jul 06, 2017
  5. Jun 30, 2017
  6. Jun 29, 2017
  7. Jun 28, 2017
  8. Jun 27, 2017