Skip to content

Commit

Permalink
Push a few more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
etsauer committed Sep 24, 2019
1 parent 159f80f commit b8a7783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEXTGEN_DESIGN_PROPOSAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Dash has a goal of becoming THE automation framework for Kubernetes. In order to
- `kubectl delete` may be used to remove resources that are provisioned in the cluster by default, but not desired.
- If using `delete` the automation should gracefully handle `Does Not Exist` errors, taking no action and allowing the automation to continue.
- Every entity that has a set of resources to manage, be it a person, team, or robot, should manage its own repository of resource files.
- In some cases the configuration of a resource may depend on values of fields in other resources in the cluster. The automation should provide a way to handle this through a _discovery model_, allowing to do `get` calls to retrieve values that can be used as template parameters later in the run.
- Processing of templates should be done client-side, so as to keep the automation portable across any cluster. This also allows for batching of POST/PUT calls to the API server.

## Desired Feature List

Expand Down

0 comments on commit b8a7783

Please sign in to comment.