Liran BG
Liran BG
hey @ffais, Can you please add logs from `nuclio-dashboard` pod? Please do note that we currently support k8s 1.17.x, we haven't tested that on k8s 1.18 yet (our ci test...
Hi @s4ke, welcome to Nuclio. Nuclio is a serverless framework where the function is expected to receive continuously data events. if your intention is having a single-purpose yet cancellable function...
Hey @ran-haim , can you please attach 1. nuclio version 2. output of `nuctl --verbose ` logs?
annotations are supported, you may set them on the `function.yaml` and use `nuctl` to deploy a function with `--file function.yaml`
hmm I believe nuctl is missing the `--annotations` flag. should be easy to add / implement. Let me know if you want to take it, if not I'll add it...
Merged to development, feature would be shipped within next release (1.6.2)
run docker with `--env NUCLIO_CHECK_FUNCTION_CONTAINERS_HEALTHINESS=true` to ensure unhealthy function containers state are being updated. On top of that, to allow function container restarting, you would need to add attributes on...
In order to do it, you may need to suggest a PR with setting up the go-proxy on go's runtime docker files.
the issue here is that you are trying to compile amd64 on arm which probably cause it to not working. we will give it a shot running on new Mac...
seems like an issue on your k8s cluster, what k8s version do you have installed?