K8s Troubleshooting
What should I do if Finout cannot assume the AWS role?
What should I do if Finout cannot access the provided S3 bucket?
What should I do if Finout cannot read from my S3 bucket?
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"tag:GetTagKeys"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"s3:Get*",
"s3:List*"
],
"Resource": "arn:aws:s3:::<BUCKET_NAME>/*"
},
{
"Effect": "Allow",
"Action": [
"s3:Get*",
"s3:List*"
],
"Resource": "arn:aws:s3:::<BUCKET_NAME>"
}
]
}What should I do if the CronJob cannot find the Prometheus host?
What steps should I take if my CronJob can't write to the S3 bucket?
What should I do if memory metrics no longer appear in Finout dashboards?
What causes the Finout exporter to time out on large Kubernetes clusters, and how can I resolve it?
What should I do if the metrics exporter runs out of memory?
What should I do if the exporter is slow or failing due to high load?
How can I collect additional metrics that Finout doesn’t include by default?
Last updated
Was this helpful?