Austin Godber
Austin Godber
Are any of the original authors (@silasbw?) still here and able to comment on their (or GoDaddy's) intent to continue or discontinue maintenance on this project? From the looks of...
Wizzy could provide a way to manipulate dashboard annotations. This could behave much like the panels command. The feature I am most interested in is copying annotations from one dashboard...
The change to ESM and typescript have either already or will soon render much of the asset generation tools built into `teraslice-cli` out of date. Even the tool that generates...
Right now, workers rely on the master to have unzipped an asset into a shared network drive. Without this shared disk cache, each worker must retrieve and unzip it's own...
To support Kafka over SSL in k8s we need to somehow provide a k8s config map that contains certs to all worker and ex pods. See: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#populate-a-volume-with-data-stored-in-a-configmap As a workaround,...
This issue (kind of) replaces: https://github.com/terascope/teraslice/issues/942 We have jobs (mostly if not all kafka reader jobs) which take 5 minutes to shutdown. I attempted to fix that with a controlled...
When trying to deploy a teraslice asset to a cluster without specifying the `--bundle` argument it fails as shown below: ``` teraslice-cli assets deploy local terascope/elasticsearch-assets Unable to download terascope/elasticsearch-assets,...
The Teraslice Docker Image should have an image LABEL or annotation: https://github.com/opencontainers/image-spec/blob/main/annotations.md For example https://github.com/opensearch-project/opensearch-build/blob/main/docker/release/dockerfiles/opensearch.al2.dockerfile#L97-L106 or https://github.com/elastic/dockerfiles/blob/8.1/elasticsearch/Dockerfile#L138-L156
There is probably an issue with handling the case where the k8s job for the teraslice execution has 0 running pods due to external failure. I think this results in...
We should consider upgrading socket.io to a newer version if possible, but this is a tricky one. Socket.io is up to 4.7.2 at this point. https://github.com/socketio/socket.io/releases/tag/4.7.2 This may be a...