Austin Godber

Results 49 issues of 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...

k8s
pkg/teraslice

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`....

k8s
pkg/teraslice

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...

pkg/xlucene-evaluator

@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...

pkg/teraslice-cli

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...

enhancement
priority:future
k8s
pkg/teraslice

cluster config: cluster wide default target

enhancement
priority:low
k8s
pkg/teraslice

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...

enhancement
priority:low
k8s
pkg/teraslice

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...

enhancement
priority:low
k8s
pkg/teraslice

This `earl jobs ts-tmp1 ` to a `file.json` that is compatible with `tjm`.

enhancement
pkg/teraslice-cli

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...

enhancement
k8s
pkg/teraslice