Austin Godber
Austin Godber
The setting `kubernetes_image` is reported to be optional in the docs. If it is omitted, the master should use it's exact image and tag for all child images. Right now...
There are a number of error situations that would prevent the execution controller and worker pods from starting up. In these cases, the job can end up stuck in `initializing`....
When doing a query like this: `query:"NAME:*US"` I get no results despite there being matching records. Hitting ES: ``` curl -Ss '127.0.0.1:9200/noaa-isd-*/_search?q=NAME:*US' | jq .hits.total 16680288 ``` Hitting a Spaces...
@peterdemartini and I have talked a few times about changing how the cli works and this ties in a bit usability and the `teraslice` command. The suggestion is that we...
To support the ability to perform k8s aliveness probes, lets add a simple signal handler for `SIGUSR1` (30) that allows us to implement k8s aliveness probes. This might help us...
cluster config: cluster wide default target
The k8s job resource requirements may not work with anything other than numerical byte values. String values may pass along to k8s fine, but has not been tested. We should...
We should fully explore our options for properly configuring the teraslice k8s management user. The Spark on kubernetes documentation does a good job of explaining our options: https://spark.apache.org/docs/2.3.0/running-on-kubernetes.html#kubernetes-features The most...
This `earl jobs ts-tmp1 ` to a `file.json` that is compatible with `tjm`.
Right now, when a teraslice job starts, we wait for the execution controller pod to come up and get an IP address. We then supply that IP to the workers...