Difference between revisions of "Eksctl create"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lowercase}} == See also == * {{eksctl}} Category:eksctl")
 
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
 +
 +
* <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



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: