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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南