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.
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.
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.