An open API service indexing awesome lists of open source software.

https://github.com/fivenp/testkube-oneline

enable a oneliner tk run cmd to fully run locally
https://github.com/fivenp/testkube-oneline

Last synced: 9 months ago
JSON representation

enable a oneliner tk run cmd to fully run locally

Awesome Lists containing this project

README

          

## Prerequisites
Can be automated/scripted for the sake of easiness

* docker + minikube (or whatever we prefer)
* tilt.dev
* helm
* (kubectl & or testkube cli)

Steps can be checked + automated within tilt
* install runner into the local cluster
* ENV vars to define runner-id, license-key, etc etc

## Local devloop

### Start
Starts and listens for changes

`tilt up`

### Cleanup
Stops clusters, etc

`tilt down`

### Reset/Destroy
Removes everything

`tilt destroy`

## Meaning for TK

Document + share best practices and rather improve what we have today - e.g. mute executions, etc etc