Soumik Majumder

Results 152 comments of Soumik Majumder

Yes that's perfectly fine. I don't mind helping out if needed once the current assignee has taken a shot at #100 Cheers!

Thanks for the PR! Gonna take a closer look at this first thing Monday ❤️

Hey @mamachanko ! So sorry I totally responded to this in my head. I verified that all Secret and ConfigMap references. Would you be open to adding a test for...

Hey! Absolutely no rush from our side. Today, the only test we have for template rules is an [E2E test](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/test/e2e/template_test.go). I think the example you shared above is perfect !...

Yep that makes sense, I think deploying the latest kapp-controller release while applying only CRDs using filters. And we just need to check the diff, so we can set `--wait=false`...

Do we have reason to believe that it is the `list` call adding to the burden rather than `get` calls in the wait stage? I believe those would be higher...

Not sure if it will be helpful, but [this](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/1040-priority-and-fairness/README.md) KEP elaborates on the thought process and goals of API fairness and priority in detail.

A quick snack for someone looking to contribute!

`--diff-ui-alpha` is generally used by us for debugging with sticky edge cases, it's not something users generally end up using. Will take a look at it tho!