Dawid Rusnak
Dawid Rusnak
Hi there! For test suites, maybe it would be better to create separate command that would base on prior generated test CRDs? That way we could introduce actual automated flow,...
Closing as obsolete, considering that docs have been moved to kubeshop/testkube-docs.
Closing, as it's obsolete after https://github.com/kubeshop/testkube/pull/5420 and https://github.com/kubeshop/testkube/pull/5436
@vsukhin, `testkube init demo` is actually starting the Pro edition
Hi, the template @vsukhin mentioned basically looks like this: ```yaml kind: TestWorkflowTemplate apiVersion: testworkflows.testkube.io/v1 metadata: name: limit-concurrency spec: config: concurrency: type: integer default: 1 delay: type: number description: delay seconds...
> blocked by missing requirements for Enterprise edition @jmorante-ks I wouldn't say that it's just Enterprise - we just don't have anything defined even for OSS
@vsukhin, are you sure that it's about the environment variable, not just the long argument? The certificate is actually passed as an argument to the Toolkit, and I would rather...
Actually, seems like environment variables also contribute to this size: https://stackoverflow.com/questions/28865473/setting-environment-variable-to-a-large-value-argument-list-too-long. Then, big data like certificates will need to be passed via files. For the direct issue, it shouldn't be...
Considering that in this PR the runner IDs are not dynamic (but needs to be pre-created), either: * There should be no Runner ID thing, but rather separate Agent Keys...
> But you need some kind of ID here (whatever we name it) to e.g. schedule against it * You only need to target a tag, not ID - if...