watermarkpodautoscaler icon indicating copy to clipboard operation
watermarkpodautoscaler copied to clipboard

Custom controller that extends the Horizontal Pod Autoscaler

Results 20 watermarkpodautoscaler issues
Sort by recently updated
recently updated
newest added

### What does this PR do? Adds 2 metrics: * `wpa_controller_reconcile_error`: `1` with tag `reason:` if the last reconcile results in an error. If there is no error, no metric...

enhancement

### What does this PR do? Upon merging releasing 0.4.0, we update the chart. ### Motivation seamless upgrade experience for users. ### Additional Notes Anything else we should know when...

do_not_merge

### What does this PR do? document the new option `logs-attributes` ### Motivation What inspired you to submit this pull request? ### Additional Notes Anything else we should know when...

documentation
no_qa

I created a WPA object which looks for internal metrics as described here: ```yaml apiVersion: datadoghq.com/v1alpha1 kind: WatermarkPodAutoscaler metadata: name: watermarkpodautoscaler-internal spec: maxReplicas: 3 minReplicas: 1 tolerance: 1 readinessDelay: 10...

**quantities and metric relation** Taken from the docs.. "They are specified as Quantities, so you can use m | "" | k | M | G | T | P...

{"level":"info","ts":1624011129.786673,"logger":"controllers.WatermarkPodAutoscaler","msg":"Failed to compute desired number of replicas based on listed metrics.","watermarkpodautoscaler":"dev/myapp","reference":"Deployment/dev/myapp","error":"failed to get external metric kubernetes.cpu.usage: unable to get external metric dev/kubernetes.cpu.usage/&LabelSelector{MatchLabels:map[string]string{app: myapp,release: myapp,},MatchExpressions:[]LabelSelectorRequirement{},}: unable to fetch metrics from external...

Hello 👋 Are there plans to publish this to either the official Helm Chart repo or one of your own making? It would help a lot with installing this if...

### What does this PR do? Updates links in **Deployment** section of README to be of the `[]()` markdown form.

**Describe what happened:** Resource type WPA metrics do not appear to be calculating average values, rather they are calculating totals. **Describe what you expected:** I expect the values to be...

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies