aws-observability / helm-charts

The AWS Observability Helm Charts repository contains Helm charts to provide easy mechanisms to setup the CloudWatch Agent and other collection agents to collect telemetry data such as metrics, logs and traces to send to AWS monitoring services.
Apache License 2.0
9 stars 17 forks source link

Cannot find API Versions for CRDs #53

Closed ismail44 closed 4 months ago

ismail44 commented 4 months ago

Trying to run version 1.7.0 with the command

helm install --wait --create-namespace --namespace amazon-cloudwatch amazon-cloudwatch aws-observability/amazon-cloudwatch-observability --set clusterName=my-ns --set region=us-east-1 --dry-run --debug

We are getting an error:

INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "AmazonCloudWatchAgent" in version "cloudwatch.aws.amazon.com/v1alpha1", unable to recognize "": no matches for kind "DcgmExporter" in version "cloudwatch.aws.amazon.com/v1alpha1", unable to recognize "": no matches for kind "NeuronMonitor" in version "cloudwatch.aws.amazon.com/v1alpha1"]

I have verified that none of these CRDs are currently in the cluster.