Difference between revisions of "Eksctl create"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* <code>[[eksctl create cluster]]</code> | * <code>[[eksctl create cluster]]</code> | ||
+ | |||
+ | <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> | ||
Revision as of 15:56, 28 November 2021
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
Advertising: