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
gefragt vor einem Jahr309 Aufrufe
1 Antwort
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
beantwortet vor einem Jahr
profile pictureAWS
EXPERTE
kentrad
überprüft vor einem Jahr
  • Also add 'file://' before the file name.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen