-
Notifications
You must be signed in to change notification settings - Fork 423
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
1 parent
fe30bf1
commit 90b9a9d
Showing
42 changed files
with
1,993 additions
and
147 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
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,48 @@ | ||
--- | ||
title: "vcluster import --help" | ||
sidebar_label: vcluster import | ||
--- | ||
|
||
|
||
Imports a vcluster into a vCluster.Pro project | ||
|
||
## Synopsis | ||
|
||
``` | ||
vcluster import VCLUSTER_NAME [flags] | ||
``` | ||
|
||
``` | ||
######################################################## | ||
################### vcluster import #################### | ||
######################################################## | ||
Imports a vcluster into a vCluster.Pro project. | ||
Example: | ||
vcluster import my-vcluster --cluster connected-cluster \ | ||
--namespace vcluster-my-vcluster --project my-project --importname my-vcluster | ||
####################################################### | ||
``` | ||
|
||
|
||
## Flags | ||
|
||
``` | ||
--cluster string Cluster name of the cluster the virtual cluster is running on | ||
--disable-upgrade If true, will disable auto-upgrade of the imported vcluster to vCluster.Pro | ||
-h, --help help for import | ||
--importname string The name of the vcluster under projects. If unspecified, will use the vcluster name | ||
--project string The project to import the vcluster into | ||
``` | ||
|
||
|
||
## Global & Inherited Flags | ||
|
||
``` | ||
--context string The kubernetes config context to use | ||
--debug Prints the stack trace if an error occurs | ||
--log-output string The log format to use. Can be either plain, raw or json (default "plain") | ||
-n, --namespace string The kubernetes namespace to use | ||
-s, --silent Run in silent mode and prevents any vcluster log output except panics & fatals | ||
``` | ||
|
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,47 @@ | ||
--- | ||
title: "vcluster login --help" | ||
sidebar_label: vcluster login | ||
--- | ||
|
||
|
||
Login to a vCluster.Pro instance | ||
|
||
## Synopsis | ||
|
||
``` | ||
vcluster login [VCLUSTER_PRO_HOST] [flags] | ||
``` | ||
|
||
``` | ||
######################################################## | ||
#################### vcluster login #################### | ||
######################################################## | ||
Login into vCluster.Pro | ||
Example: | ||
vcluster login https://my-vcluster-pro.com | ||
vcluster login https://my-vcluster-pro.com --access-key myaccesskey | ||
######################################################## | ||
``` | ||
|
||
|
||
## Flags | ||
|
||
``` | ||
--access-key string The access key to use | ||
--docker-login If true, will log into the docker image registries the user has image pull secrets for (default true) | ||
-h, --help help for login | ||
--insecure Allow login into an insecure Loft instance (default true) | ||
``` | ||
|
||
|
||
## Global & Inherited Flags | ||
|
||
``` | ||
--context string The kubernetes config context to use | ||
--debug Prints the stack trace if an error occurs | ||
--log-output string The log format to use. Can be either plain, raw or json (default "plain") | ||
-n, --namespace string The kubernetes namespace to use | ||
-s, --silent Run in silent mode and prevents any vcluster log output except panics & fatals | ||
``` | ||
|
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,43 @@ | ||
--- | ||
title: "vcluster logout --help" | ||
sidebar_label: vcluster logout | ||
--- | ||
|
||
|
||
Log out of a vCluster.Pro instance | ||
|
||
## Synopsis | ||
|
||
``` | ||
vcluster logout [flags] | ||
``` | ||
|
||
``` | ||
######################################################## | ||
################### vcluster logout #################### | ||
######################################################## | ||
Log out of vCluster.Pro | ||
Example: | ||
vcluster logout | ||
######################################################## | ||
``` | ||
|
||
|
||
## Flags | ||
|
||
``` | ||
-h, --help help for logout | ||
``` | ||
|
||
|
||
## Global & Inherited Flags | ||
|
||
``` | ||
--context string The kubernetes config context to use | ||
--debug Prints the stack trace if an error occurs | ||
--log-output string The log format to use. Can be either plain, raw or json (default "plain") | ||
-n, --namespace string The kubernetes namespace to use | ||
-s, --silent Run in silent mode and prevents any vcluster log output except panics & fatals | ||
``` | ||
|
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.