Could you please review the solution? I am trying it on HCP, and it is not working. HELM cannot install the Grafana operator into the designated namespace and only works default with all namespaces from the console.
https://cloud.redhat.com/experts/rosa/federated-metrics/
Failing at this step, I have to send my customer metrics to S3 for long term.
Deploy ROSA Thanos S3 Helm Chart
Copy
helm upgrade -n $NAMESPACE rosa-thanos-s3 --install mobb/rosa-thanos-s3
--set "aws.roleArn=$ROLE_ARN"
--set "rosa.clusterName=$CLUSTER_NAME"
- Also check the variable for the Cluster name at some places it is $CLUSTER and at some places it is $CLUSTER_NAME
Could you please review the solution? I am trying it on HCP, and it is not working. HELM cannot install the Grafana operator into the designated namespace and only works default with all namespaces from the console.
https://cloud.redhat.com/experts/rosa/federated-metrics/
Failing at this step, I have to send my customer metrics to S3 for long term.
Deploy ROSA Thanos S3 Helm Chart
Copy
helm upgrade -n $NAMESPACE rosa-thanos-s3 --install mobb/rosa-thanos-s3
--set "aws.roleArn=$ROLE_ARN"
--set "rosa.clusterName=$CLUSTER_NAME"