Difference between revisions of "Eksctl get addon --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{eksctl get}} * {{eksctl}} Category:eksctl")
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
<pre>
 +
eksctl get addon --help
 +
Get an Addon
  
 +
Usage: eksctl get addon [flags]
 +
 +
Aliases: addon, addons
 +
 +
Addon flags:
 +
      --name string  Addon name
 +
 +
General flags:
 +
  -c, --cluster string      EKS cluster name
 +
  -r, --region string        AWS region. Defaults to the value set in your AWS config (~/.aws/config)
 +
  -f, --config-file string  load configuration from a file (or stdin if set to '-')
 +
      --chunk-size int      return large lists in chunks rather than all at once, pass 0 to disable (default 100)
 +
  -o, --output string        specifies the output format (valid option: table, json, yaml) (default "table")
 +
      --timeout duration    maximum waiting time for any long-running operation (default 25m0s)
 +
 +
AWS client flags:
 +
  -p, --profile string  AWS credentials profile to use (defaults to value of the AWS_PROFILE environment variable) (default "martin-test-account-k")
 +
 +
Common flags:
 +
  -C, --color string  toggle colorized logs (valid options: true, false, fabulous) (default "true")
 +
  -d, --dumpLogs      dump logs to disk on failure if set to 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 get addon [command] --help' for more information about a command.
 +
 +
 +
For detailed docs go to https://eksctl.io/
 +
</pre>
  
  

Revision as of 09:29, 20 May 2022

eksctl get addon --help
Get an Addon

Usage: eksctl get addon [flags]

Aliases: addon, addons

Addon flags:
      --name string   Addon name

General flags:
  -c, --cluster string       EKS cluster name
  -r, --region string        AWS region. Defaults to the value set in your AWS config (~/.aws/config)
  -f, --config-file string   load configuration from a file (or stdin if set to '-')
      --chunk-size int       return large lists in chunks rather than all at once, pass 0 to disable (default 100)
  -o, --output string        specifies the output format (valid option: table, json, yaml) (default "table")
      --timeout duration     maximum waiting time for any long-running operation (default 25m0s)

AWS client flags:
  -p, --profile string   AWS credentials profile to use (defaults to value of the AWS_PROFILE environment variable) (default "martin-test-account-k")

Common flags:
  -C, --color string   toggle colorized logs (valid options: true, false, fabulous) (default "true")
  -d, --dumpLogs       dump logs to disk on failure if set to 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 get addon [command] --help' for more information about a command.


For detailed docs go to https://eksctl.io/


See also

Advertising: