Jacek Wysocki
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  - we can...
Can't controller handle those for CRD's? during delete remove all deps?
cc: @TheBrunoLopes @geowalrus4gh
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 ' '...
blocks completion of #1705
blocked by #1706
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?