Creating ADOT via cli, getting an error with aws cli Unknown options: --configuration-values,

0

Based on https://docs.aws.amazon.com/eks/latest/userguide/deploy-collector-advanced-configuration.html

demo % aws eks create-addon \
    --cluster-name observability \
    --region us-west-2 \
    --addon-name adot \
    --addon-version v0.66.0-eksbuild.1 \
    --configuration-values configuration-values.json

usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:

  aws help
  aws <command> help
  aws <command> <subcommand> help

Unknown options: --configuration-values, configuration-values.json

Cli is not considering configuration-values

AWS
已提问 1 年前309 查看次数
1 回答
0

upgrade the Aws Cli to the latest version aws-cli/2.10.3 Python/3.9.11 Darwin/22.3.0 exe/x86_64 prompt/off

AWS
已回答 1 年前
profile pictureAWS
专家
kentrad
已审核 1 年前
  • Also add 'file://' before the file name.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则