-
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.
Merge pull request #32 from ksctl/ksctl-v1_2_5
update deps and the code changes
- Loading branch information
Showing
65 changed files
with
659 additions
and
317 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
## ksctl create-cluster aws | ||
|
||
Use to create a EKS cluster in Aws | ||
|
||
### Synopsis | ||
|
||
It is used to create cluster with the given name from user | ||
|
||
``` | ||
ksctl create-cluster aws [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
ksctl create-cluster aws -n demo -r ap-south-1 -s store-local --nodeSizeMP t2.micro --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 aws | ||
-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 | ||
--version string Kubernetes Version | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [ksctl create-cluster](ksctl_create-cluster.md) - Use to create a cluster | ||
|
||
###### Auto generated by spf13/cobra on 1-Aug-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
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 delete-cluster aws | ||
|
||
Use to deletes a EKS cluster | ||
|
||
### Synopsis | ||
|
||
It is used to delete cluster of given provider | ||
|
||
``` | ||
ksctl delete-cluster aws [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
ksctl delete aws --name demo --region ap-south-1 --storage store-local | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for aws | ||
-n, --name string Cluster Name (default "demo") | ||
-r, --region string Region | ||
-s, --storage string storage provider | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [ksctl delete-cluster](ksctl_delete-cluster.md) - Use to delete a cluster | ||
|
||
###### Auto generated by spf13/cobra on 1-Aug-2024 |
Oops, something went wrong.