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

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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ