Jacek Wysocki

Results 69 comments of Jacek Wysocki

@Zogoo just FYI, we've pending Istio research issue done by @ypoplavs. We'll inform you.

Can we get some UX into this? - there is so many implementations of this - we can introduce notification area like in Github or similar ![image](https://user-images.githubusercontent.com/30776/150991571-5a7e78c7-d828-4941-bd95-68447de8d08a.png) - we can...

Can't controller handle those for CRD's? during delete remove all deps?

For now testkube don't handle namespace - we've removed as we've get too many edge cases :/

I think we should plan to rewrite UI package - rethink it in terms of errors and output formats. For now we can just put some ifs but on the...

Hi @marcportabellaclotet-mt maybe something like this for now will be enough? ``` tk run test kubeshop-cypress | grep "Execution ID:" | tr -s ' ' | cut -d ' '...

Maybe it's worth to check if we would be able to run those tests as Ginkgo test suites, as they look like usual go tests?