-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added generate docs for ksctl cli commands
Signed-off-by: Dipankar Das <[email protected]>
- Loading branch information
1 parent
6ec5565
commit a2f8a81
Showing
67 changed files
with
2,215 additions
and
514 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
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,34 @@ | ||
## ksctl | ||
|
||
CLI tool for managing multiple K8s clusters | ||
|
||
### Synopsis | ||
|
||
|
||
_ _ _ | ||
| | | | | | | ||
| | _____ ___| |_| | | ||
| |/ / __|/ __| __| | | ||
| <\__ \ (__| |_| | | ||
|_|\_\___/\___|\__|_| | ||
|
||
CLI tool which can manage multiple K8s clusters | ||
from local clusters to cloud provider specific clusters. | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for ksctl | ||
-t, --toggle Help message for toggle | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [ksctl create-cluster](ksctl_create-cluster.md) - Use to create a cluster | ||
* [ksctl cred](ksctl_cred.md) - Login to your Cloud-provider Credentials | ||
* [ksctl delete-cluster](ksctl_delete-cluster.md) - Use to delete a cluster | ||
* [ksctl get-clusters](ksctl_get-clusters.md) - Use to get clusters | ||
* [ksctl switch-cluster](ksctl_switch-cluster.md) - Use to switch between clusters | ||
* [ksctl version](ksctl_version.md) - Print the version number of ksctl | ||
|
||
###### Auto generated by spf13/cobra on 1-Jun-2024 |
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 @@ | ||
## ksctl create-cluster | ||
|
||
Use to create a cluster | ||
|
||
### Synopsis | ||
|
||
It is used to create cluster with the given name from user | ||
|
||
### Examples | ||
|
||
``` | ||
ksctl create --help | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for create-cluster | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [ksctl](ksctl.md) - CLI tool for managing multiple K8s clusters | ||
* [ksctl create-cluster azure](ksctl_create-cluster_azure.md) - Use to create a AKS cluster in Azure | ||
* [ksctl create-cluster civo](ksctl_create-cluster_civo.md) - Use to create a Civo managed k3s cluster | ||
* [ksctl create-cluster ha-aws](ksctl_create-cluster_ha-aws.md) - Use to create a self-managed Highly Available cluster on AWS | ||
* [ksctl create-cluster ha-azure](ksctl_create-cluster_ha-azure.md) - Use to create a self-managed Highly-Available cluster on Azure | ||
* [ksctl create-cluster ha-civo](ksctl_create-cluster_ha-civo.md) - Use to create a self-managed Highly Available cluster on Civo | ||
* [ksctl create-cluster local](ksctl_create-cluster_local.md) - Use to create a kind cluster | ||
|
||
###### Auto generated by spf13/cobra on 1-Jun-2024 |
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 @@ | ||
## ksctl create-cluster azure | ||
|
||
Use to create a AKS cluster in Azure | ||
|
||
### Synopsis | ||
|
||
It is used to create cluster with the given name from user | ||
|
||
``` | ||
ksctl create-cluster azure [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
ksctl create-cluster azure -n demo -r eastus -s store-local --nodeSizeMP Standard_DS2_v2 --noMP 3 | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--apps string Pre-Installed Applications | ||
--bootstrap string Kubernetes Bootstrap | ||
--cni string CNI | ||
--feature-flags string Experimental Features: Supported values with comma seperated: [autoscale] | ||
-h, --help help for azure | ||
-n, --name string Cluster Name (default "demo") | ||
--noMP int Number of Managed Nodes (default -1) | ||
--nodeSizeMP string Node size of managed cluster nodes | ||
-r, --region string Region | ||
-s, --storage string storage provider | ||
-v, --verbose int for verbose output | ||
--version string Kubernetes Version | ||
-y, --yes approval to avoid showMsg (default true) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [ksctl create-cluster](ksctl_create-cluster.md) - Use to create a cluster | ||
|
||
###### Auto generated by spf13/cobra on 1-Jun-2024 |
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 @@ | ||
## ksctl create-cluster civo | ||
|
||
Use to create a Civo managed k3s cluster | ||
|
||
### Synopsis | ||
|
||
It is used to create cluster with the given name from user | ||
|
||
``` | ||
ksctl create-cluster civo [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
ksctl create-cluster civo --name demo --region LON1 --storage store-local --nodeSizeMP g4s.kube.small --noMP 3 | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--apps string Pre-Installed Applications | ||
--bootstrap string Kubernetes Bootstrap | ||
--cni string CNI | ||
--feature-flags string Experimental Features: Supported values with comma seperated: [autoscale] | ||
-h, --help help for civo | ||
-n, --name string Cluster Name (default "demo") | ||
--noMP int Number of Managed Nodes (default -1) | ||
--nodeSizeMP string Node size of managed cluster nodes | ||
-r, --region string Region | ||
-s, --storage string storage provider | ||
-v, --verbose int for verbose output | ||
--version string Kubernetes Version | ||
-y, --yes approval to avoid showMsg (default true) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [ksctl create-cluster](ksctl_create-cluster.md) - Use to create a cluster | ||
|
||
###### Auto generated by spf13/cobra on 1-Jun-2024 |
Oops, something went wrong.