azure-k8s-metrics-adapter icon indicating copy to clipboard operation
azure-k8s-metrics-adapter copied to clipboard

An implementation of the Kubernetes Custom Metrics API and External Metrics API for Azure Services

Results 20 azure-k8s-metrics-adapter issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Followed the instructions on https://docs.microsoft.com/en-us/azure/application-gateway/ingress-controller-autoscale-pods **Expected behavior** Deploy the adapter **Kubernetes version (`kubectl version`):** Kubernetes...

**Describe the bug** Deploying to k8s `1.16.7` fails with the following error: ``` error: unable to recognize "adapter.yaml": no matches for kind "Deployment" in version "apps/v1beta2" ``` **To Reproduce** -...

**Describe the bug** Using the adapter to scale a service in AKS to scale a service in the basis of the total number queque's messages. I've found that in some...

Please make the 'request.Timespan' & 'request.Interval' (found in azure-k8s-metrics-adapter/pkg/azure/appinsights/appinsights.go) configurable for end users. Through a helm install param or a yaml file or something like that. I have a scenario...

enhancement
help wanted
good first issue

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I've created an app...

I have a K8S cluster in Azure that was created with Terraform. Trying to deploy the metrics adapter according to the instruction, and it gets deployed, but its pod in...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce **Expected behavior** A clear and concise description of what you expected to...

For hybrid linux/window clusters please add following to the adapter deployment yaml: nodeSelector: beta.kubernetes.io/os: linux

More exactly, this is for the "/apis/external.metrics.k8s.io/v1beta1/namespaces/default/queuemessages" metric. As @jsturtevant confirmed in #54, the delay for the above metric to retrieve the actual count of messages in a Service Bus...

We have multiple services running in k8s, and all of them report rps to application insight. Will hpa scale based on service's own rps?