Vyshakh P

Results 44 comments of Vyshakh P

> My point was simply about "bad coders" being responsible for their own implementation. If a handler is panicking, it should be fixed in there. Yes... it should be fixed...

Using Kubernetes resource-wise limits is one of the ways. But which pretty hard to achieve due to the kind of resource limits that I have to dynamically do, based on...

@ImJasonH I could contribute to this if someone can give me some hints on the code structure as well as the standards to follow, plus any other technical issues if...

At first glance, I think a property in `pipelinerun` or|and `pipeline` resource named `concurrency` `concurrency` if defined should be a value gte 0. Zero, can make the pipeline to pause...

> One way of handling this is by using a [Pod quota for the Namespace](https://kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-pod-namespace/). Of course, you have an option from Kubernetes resource limits as you mentioned, but not...

@ImJasonH that's a good thought. There are already two other tickets for Task grouping in a pipeline, which actually discussing the pipeline task grouping https://github.com/tektoncd/pipeline/issues/2592 and https://github.com/tektoncd/pipeline/issues/2586#issuecomment-625941044. As you mentioned,...

How could I contribute on this, Are there any discussion forum? Where I can also be part of the design/implementation discussions.

Wouldnt that be so much for config maps to support, large enough js files to be added to config maps. I would prefer to use a custom build with added...

Created a personal [project](https://github.com/ysaakpr/headlamp-build) with custom extra plugins built to the default image. Achieved by editing the default `container/build-manifest.json` with links to the flux releases in `plugins` repository. Let me...

Enabled plugins: X, Y, Z / User enableable: Y, Z ?? Enabled plugins Did you mean, installed plugins ? and Enableable means, these plugins the user can control the visibility...