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
- Host: GitHub
- URL: https://github.com/fivenp/testkube-oneline
- Owner: fivenp
- Created: 2025-08-25T09:41:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T19:15:06.000Z (10 months ago)
- Last Synced: 2025-08-27T03:08:35.916Z (10 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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