David Parsley

Results 16 issues of David Parsley

* initialize at start * show log should use copyReader * read it all in * show 2k at a time followed by ('o' for older, 'q' to quit)

bug
enhancement
good first issue

k8s deployment should specify the API port, and be configured with a liveness probe to a new path at that port. See: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-liveness-http-request

enhancement

From a running container: ``` $ ls -Fla total 8 drwxr-xr-x. 1 daemon nogroup 84 Jun 3 19:06 ./ drwxr-xr-x. 1 root root 19 Apr 30 13:40 ../ drwxr-x---. 8...

How can users ask the robot "when did this job run?" - currently, no logs kept = no memory. It would be nice to know that a job has been...

Certain security-sensitive configuration variables like `Privileged`, `Homed`, `Parameters` and `NameSpace` are required to be in `gopherbot.yaml`; need to verify these values are not used if provided in plugin default config...

good first issue

A whole slew of structs, funcs and methods are Exported that don't need to be, e.g. Task, Job, etc. Easiest solution is just just rename the symbols with an "i"...