Ken Sipe

Results 78 issues of Ken Sipe

When the BG process is started KUTTL moves forward with other commands (and tests).. however the commands could need the BG process to be ready to success. We do want...

According to KEP-05: * Assertion methods (needs better documentation for library usage).

According to KEP-05: * Test setup and tear down methods (is currently coupled to steps).

According to KEP-05: * Cluster and test environment provisioning (this is currently coupled to `Harness` in `harness.go`).

According to KEP-05: Additionally, Operator-specific helper methods will be provided in the library that can be used by library users. We will also endeavor to stay close to the API...

According to KEP-05: The cmd package should provide conveniences for running arbitrary commands (i.e. shelling out) from Go code in integration tests. Current functionality: * Providing an Exec function that...

According to KEP-05: The kubectl package should provide conveniences for interacting with a Kubernetes cluster as one would do via kubectl from the shell. ``` package kubectl func Exec( namespaceName...

The k8s package should provide conveniences for interacting with Kubernetes objects. * Partial CRUD functionality for namespaces * CRUD functionality for all useful Kubernetes objects * Current known use-cases: *...

seeing projects is commonly looking for a configmap for a teststep example ``` apiVersion: kudo.dev/v1alpha1 kind: TestStep commands: - command: 'kubectl create configmap example-cm --from-file=../../jobs/tensorflow.py -n tensorflow-testing' ``` looks like...

I would expect that `liche` is commonly used on GH projects. I was looking to use it for an open source project.... however I keep running into GH rate limits....