k8s-cloudwatch-adapter
k8s-cloudwatch-adapter copied to clipboard
An implementation of Kubernetes Custom Metrics API for Amazon CloudWatch
*Description of changes:* 1. Upgrade to go 1.15. 2. Upgrade to aws-sdk-go-v2. 3. Upgrade to IMDSv2 By submitting this pull request, I confirm that my contribution is made under the...
In my environment, I hav AWS EKS - 1.16 with metric server v0.5.0 and hpa. I have installed this v0.10.0 Cloudwatch adapter to the cluster under namespace _custom-metrics_ `kubectl get...
It would be useful to have examples for popular AWS services. I think the most actual example would be the **EC2 Elastic Load Balancer** metrics.
*Issue #, if available:* 88 *Description of changes:* add capability test to apiVersion apiextensions.k8s.io/v1 on CRD since apiextensions.k8s.io/v1beta1 was removed in eks v1.22.0 By submitting this pull request, I confirm...
Description The apiextensions.k8s.io/v1beta1 apiVersion used in the CustomResourceDefinition was removed on k8s v1.22.0 Importance The issue is a blocker to install the chart properly on k8s clusters with version v1.22.0...
The documentation at https://github.com/awslabs/k8s-cloudwatch-adapter/blob/v0.10.0/docs/cross-account.md suggests that the service role needs to be able to pass the target role for cross-account metrics. However, it appears that the service role need only...
k8s-cloudwatch-adapter pod is not able to start in EC2 environment. Running kubectl logs k8s-cloudwatch-adapter-pod -n custom-metrics I get the following error I0518 05:57:06.736713 1 controller.go:35] Setting up external metric event...
GetLocalRegion returns an empty LocalRegion. As result, a panic error is caused We have given AdministratorAccess in the role which is bound with k8s-cloudwatch-adapter
I have had debug=true in my CloudWatch adapter and looking to scale using the external metric NumberOfMessagesReceived in my SQS queue. While the aws console is showing a good enough...
Two resources are giving deprecation warning: Warning: apiregistration.k8s.io/v1beta1 APIService is deprecated in v1.19+, unavailable in v1.22+; use apiregistration.k8s.io/v1 APIService Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use...