Skip to content

Commit

Permalink
Clarify non-goals
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Apr 24, 2020
1 parent 1e8c4bb commit 4506379
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ This is useful for two sets of users:
## Goals

* The ability to schedule a pause or shutdown event
* The ability to defer or update the scheduled event
* The ability to defer the scheduled pause or shutdown event
* "minikube start" transparently clears pending scheduled events

## Non-Goals

* Automatically idle detection. This is a related, but complimentary idea.
* Automatic idle detection: This is a more advanced, but complimentary idea, that would keep users from having to invoke a keep-alive command. It is possible to create using the same mechanisms, but is beyond the scope of this proposal.

* Automatic re-activation: This is significantly more advanced, particularly for the scheduled shutdown case. It would be possible to create this, but it to is out of scope for this proposal.

## Design Details

Expand Down

0 comments on commit 4506379

Please sign in to comment.