Ken Sipe

Results 151 comments of Ken Sipe

something like: ``` apiVersion: kudo.dev/v1beta1 kind: TestSuite crdDir: ./config/crds/ manifestDirs: - ./test/manifests/ testDirs: - ./test/integration commands: - command: ./bin/manager background: true startControlPlane: true setup-assert: controller-running.yaml ```

needs delete as well ``` apiVersion: kudo.dev/v1alpha1 kind: TestStep commands: - command: kubectl delete configmap example-cm -n tensorflow-testing ``` Ideally, create a configmap for the duration of a testsuite and...

In addition configmaps created for a testsuite would be deleted at end of suite... configmaps create for tests are deleted at the end of a test.

I'll group this in the "theme" of commands asserts... which has a number of concerns beyond what @porridge mentions. (thanks Marcin!). I will target this "theme" of activity for v0.7.0...

scheduling for the next release... thank you sir!

yeah... I meant to re-open the original post after the updated collectors landed... in order to capture this... but capturing the addition details here seems better! thanks for following it...

looks like this will require rewriting env.go core from golang core... features are not exposed to control this behavior :(

I really like the idea of enhanced shell expansions with defaults.. but this should work fine with `- script: ` or shell commands... since there is a reasonable solution. This...

@gpaul thinking through this feature req and your use case. This is a good feature request... but I believe you could work around this missing feature with the following multi-step...

@esatterwhite could you provide more detail or acceptance criteria? It isn't clear what the ask is here. thanks for your involvement!