From 450637941fa263eac6b0cca4289474639568cec2 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Fri, 24 Apr 2020 15:18:04 -0700 Subject: [PATCH] Clarify non-goals --- .../20200424-scheduled-shutdown.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/enhancements/proposed/20200424-scheduled-shutdown/20200424-scheduled-shutdown.md b/enhancements/proposed/20200424-scheduled-shutdown/20200424-scheduled-shutdown.md index 8bf6e9458b..a5890ee127 100644 --- a/enhancements/proposed/20200424-scheduled-shutdown/20200424-scheduled-shutdown.md +++ b/enhancements/proposed/20200424-scheduled-shutdown/20200424-scheduled-shutdown.md @@ -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