Dmitry Bazhal

Results 26 comments of Dmitry Bazhal

Plusing simultaneous pipelineruns limit. Would like something as simple as ``` kind: Pipeline ... spec: runPolicy: type: Parallel parallel: maxLimit: 3 ``` with alternatives as Sequential, and LatestOnly, first executing...

I suppose run policy is also somehow connected with https://github.com/tektoncd/operator/issues/209

As an alternative to operator functionality, i can make pipeline runs lock on something with first task of pipeline, and release lock with the finally. But it would break any...

/remove-lifecycle stale /lifecycle frozen

Plussing this, we would love to see this implemented for cilium service mesh. If there could be someone to point out where to start, I'd love to help getting this...

Hi @voelzmo ! Thank you for your reply and willing to help :) I tried your suggestion and have set tiny requests for my pods. But still on rollout I'm...

I've set requests to 10m and 10Ki, changed vpa mode from Initial to Auto, but I still get "no matching recommendation found" on rollouts with some changes to pod templates....

> Hey @dbazhal given that the whole process works with the example `hamster` app which ships with the VPA, it is likely that you're experiencing some sort of configuration issue....

This feature is available in istio service mesh, it uses same envoy as cilium does, and it does not contain such metrics out of the box too. So one nice...