terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

Update k8s-env command to accept a teraslice image to run from. #3528

Closed busma13 closed 7 months ago

busma13 commented 8 months ago

Currently the k8s-env command runs a teraslice image with the tag teraslice-workspace:e2e. This works well for development, as an image is built with that tag at the beginning of the script. If someone wishes to run a different teraslice image they must first re-tag that image in their local registry with teraslice-workspace:e2e and pass in the skip-build flag, so the image isn't overwritten.

Adding a new flag such as teraslice-image would allow you to run any version of teraslice you have an image of, without having to pull down the code locally and build.