Skip to content
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

feat: sleepmode for uffizzi clusters #332

Closed
waveywaves opened this issue Sep 11, 2023 · 1 comment
Closed

feat: sleepmode for uffizzi clusters #332

waveywaves opened this issue Sep 11, 2023 · 1 comment

Comments

@waveywaves
Copy link
Member

Use CLI to put clusters to sleep manually

$ uffizzi cluster sleep cluster-1

sets the below spec on the said cluster. Triggering it to sleep.

spec:
  sleep: true

Use CLI to wake the clusters up

$ uffizzi cluster wake cluster-1

sets the below spec on the said cluster. Triggering it to sleep.

spec:
  sleep: false
@moklidia
Copy link
Collaborator

moklidia commented Oct 2, 2023

Duplicate of #339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants