-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto-pause addon: automatically pause Kubernetes when not in use #10427
Conversation
ok-to-build-image |
Hi @medyagh, building a new kicbase image failed, please try again. |
ok-to-build-image |
Hi @medyagh, building a new kicbase image failed, please try again. |
ok-to-build-image |
Hi @medyagh, building a new kicbase image failed, please try again. |
ok-to-build-image |
Hi @medyagh, A new kicbase image is available, please update your PR with the new tag and SHA.
Then run Alternatively, run the following command and commit the changes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just a couple nits and small suggestions.
ok-to-build-image |
Hi @medyagh, your kicbase info is out of date. Please rebase. |
ok-to-build-image |
Hi @medyagh, A new kicbase image is available, please update your PR with the new tag and SHA.
Then run Alternatively, run the following command and commit the changes:
|
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, sharifelgamal The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
closes #10326
Quick Demo
start minikube and Enable auto-pause addon
checkout the pods
check minukube status
wait X minutes
verify the containers paused
invoke a kubectl get pods
verify it unpaused minikube
verify containers
TODO:
Follow up PRs coming after initial prototype.