Difference between revisions of "Eksctl create"
Jump to navigation
Jump to search
(8 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
* <code>[[eksctl create cluster]]</code> | * <code>[[eksctl create cluster]]</code> | ||
+ | * <code>[[eksctl create nodegroup]]</code> | ||
+ | * <code>[[eksctl create iamserviceaccount]]</code> | ||
+ | * <code>[[eksctl create fargateprofile]]</code> | ||
+ | * <code>[[eksctl create iamidentitymapping]]</code> | ||
+ | |||
+ | |||
+ | == Help == | ||
+ | <pre> | ||
+ | eksctl create --help | ||
+ | Create resource(s) | ||
+ | |||
+ | Usage: eksctl create [flags] | ||
+ | |||
+ | Commands: | ||
+ | eksctl create addon Create an Addon | ||
+ | eksctl create cluster Create a cluster | ||
+ | eksctl create fargateprofile Create a Fargate profile | ||
+ | eksctl create iamidentitymapping Create an IAM identity mapping | ||
+ | eksctl create iamserviceaccount Create an iamserviceaccount - AWS IAM role bound to a Kubernetes service account | ||
+ | eksctl create nodegroup Create a nodegroup | ||
+ | |||
+ | Common flags: | ||
+ | -C, --color string toggle colorized logs (valid options: true, false, fabulous) (default "true") | ||
+ | -h, --help help for this command | ||
+ | -v, --verbose int set log level, use 0 to silence, 4 for debugging and 5 for debugging with AWS debug logging (default 3) | ||
+ | |||
+ | Use 'eksctl create [command] --help' for more information about a command. | ||
+ | </pre> | ||
== See also == | == See also == | ||
+ | * {{eksctl create}} | ||
* {{eksctl}} | * {{eksctl}} | ||
[[Category:eksctl]] | [[Category:eksctl]] |
Latest revision as of 10:34, 22 December 2022
eksctl create cluster
eksctl create nodegroup
eksctl create iamserviceaccount
eksctl create fargateprofile
eksctl create iamidentitymapping
Help[edit]
eksctl create --help Create resource(s) Usage: eksctl create [flags] Commands: eksctl create addon Create an Addon eksctl create cluster Create a cluster eksctl create fargateprofile Create a Fargate profile eksctl create iamidentitymapping Create an IAM identity mapping eksctl create iamserviceaccount Create an iamserviceaccount - AWS IAM role bound to a Kubernetes service account eksctl create nodegroup Create a nodegroup Common flags: -C, --color string toggle colorized logs (valid options: true, false, fabulous) (default "true") -h, --help help for this command -v, --verbose int set log level, use 0 to silence, 4 for debugging and 5 for debugging with AWS debug logging (default 3) Use 'eksctl create [command] --help' for more information about a command.
See also[edit]
Advertising: