-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
205 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.\" generated with Ronn-NG/v0.9.1 | ||
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1 | ||
.TH "UFFIZZI\-CLUSTER\-SLEEP" "" "November 2023" "" | ||
.SH "NAME" | ||
\fBuffizzi\-cluster\-sleep\fR | ||
.P | ||
$ uffizzi cluster sleep \-h uffizzi\-cluster\-sleep \- put a cluster to sleep (non\-destructive) ================================================================ | ||
.SH "SYNOPSIS" | ||
.nf | ||
uffizzi cluster sleep [CLUSTER_NAME] | ||
.fi | ||
.SH "DESCRIPTION" | ||
.nf | ||
Scales a Uffizzi cluster down to zero resource utilization | ||
while keeping the namespace and any stateful resources, | ||
like persistent volume claims\. If no CLUSTER_NAME is | ||
specified, the kubeconfig current context is used\. | ||
|
||
For more information on Uffizzi clusters, see: | ||
https://docs\.uffizzi\.com/references/cli/ | ||
.fi | ||
.SH "OPTIONS" | ||
.nf | ||
CLUSTER_NAME | ||
The name of the target Uffizzi cluster | ||
.fi | ||
.SH "EXAMPLES" | ||
.nf | ||
To put the Uffizzi cluster in the current context to | ||
sleep, run: | ||
|
||
$ uffizzi cluster sleep | ||
|
||
To put a Uffizzi cluster outside the current context to | ||
sleep, run: | ||
|
||
$ uffizzi cluster sleep my\-cluster | ||
.fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.\" generated with Ronn-NG/v0.9.1 | ||
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1 | ||
.TH "UFFIZZI\-CLUSTER\-WAKE" "" "November 2023" "" | ||
.SH "NAME" | ||
\fBuffizzi\-cluster\-wake\fR | ||
.P | ||
$ uffizzi cluster wake \-h uffizzi\-cluster\-wake \- wake a cluster that is sleeping ================================================================ | ||
.SH "SYNOPSIS" | ||
.nf | ||
uffizzi cluster wake [CLUSTER_NAME] | ||
.fi | ||
.SH "DESCRIPTION" | ||
.nf | ||
Scales up a Uffizzi cluster to its original resource | ||
utilization from zero (see \'uffizzi cluster sleep \-h\')\. | ||
If no CLUSTER_NAME is specified, the kubeconfig current | ||
context is used\. | ||
|
||
For more information on Uffizzi clusters, see: | ||
https://docs\.uffizzi\.com/references/cli/ | ||
.fi | ||
.SH "OPTIONS" | ||
.nf | ||
CLUSTER_NAME | ||
The name of the target Uffizzi cluster | ||
.fi | ||
.SH "EXAMPLES" | ||
.nf | ||
To wake the Uffizzi cluster in the current context, run: | ||
|
||
$ uffizzi cluster wake | ||
|
||
To wake a Uffizzi cluster outside the current context, run: | ||
|
||
$ uffizzi cluster wake my\-cluster | ||
.fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.\" generated with Ronn-NG/v0.9.1 | ||
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1 | ||
.TH "UFFIZZI\-DEV\-DELETE" "" "November 2023" "" | ||
.SH "NAME" | ||
\fBuffizzi\-dev\-delete\fR | ||
.P | ||
uffizzi dev delete \-h uffizzi\-dev\-delete \- delete a development environment ================================================================ | ||
.SH "SYNOPSIS" | ||
.nf | ||
uffizzi dev delete | ||
.fi | ||
.SH "DESCRIPTION" | ||
.nf | ||
Deletes a dev environment and associated Uffizzi | ||
cluster resources, including any persistent | ||
volumes, and the namespace itself\. The Uffizzi | ||
cluster config is deleted from the kubeconfig file\. | ||
|
||
For more information on Uffizzi clusters, see: | ||
https://docs\.uffizzi\.com/references/cli/ | ||
.fi | ||
.SH "FLAGS" | ||
.nf | ||
\-\-help, \-h | ||
Show this message and exit\. | ||
.fi | ||
.SH "EXAMPLES" | ||
.nf | ||
To delete a dev environment, run: | ||
|
||
$ uffizzi dev delete | ||
.fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.