Mila Rodriguez
Mila Rodriguez
The HPA issue is still present in `master`. Looks like the PDB issue was fixed in 10.24.1.
For what it's worth, we dealt with this locally with a wrapped chart and the following template for HPA: ``` {{- if .Capabilities.APIVersions.Has "autoscaling/v2/HorizontalPodAutoscaler" }} apiVersion: autoscaling/v2 {{- else }}...
> Hi, closing the issue as this has been supported for a long time already: https://www.krakend.io/docs/service-settings/router-options/#auto_options So if I want to handle my own options requests by forwarding them to...
> This is applicable also to service discovery only workflows and not service mesh specific. If it's not mesh-specific, why is the code/command in the control-plane image? Isn't that one...
Since the equivalent with `min` resolves to `{0} must contain at least {1} items`, I'm pretty sure the intent here was to have `{0} must contain at most {1} items`...