Micah Huber

Results 5 issues of Micah Huber

when using openresty/openresty:1.15.8.3-2-alpine-fat image I receive an error that ngx_lua 0.9.5+ is required. ``` web_1 | 2020/05/22 21:49:48 [error] 8#8: init_worker_by_lua error: /usr/local/openresty/lualib/resty/upstream/healthcheck.lua:28: ngx_lua 0.9.5+ required web_1 | stack traceback:...

Add endpoints for liveness & readiness probes

enhancement
pinned

Support for muting monitors by adding an annotation would be beneficial. For example, an annotation could be added to a kubernetes object: ``` kubernetes.io/astro/mute-until: "2019-12-30 00:00:00" ``` and a downtime...

enhancement
pinned

Sporadically receive the error `panic: interface conversion: runtime.Object is nil, not *v1.Pod` when running `skaffold build`. ### Expected behavior 1. Run `skaffold build` 2. Container is built and pushed. ###...

When using the vault token provider to fetch secrets, if no secret version is explicitly provided vals is requesting a version of the secret that is the version of vals...