Results 48 comments of TomerShor

Hi @dberardo-com ! In kubernetes setups, Nuclio function pods are subject to the kubernetes pod scheduler and its restart policies and speeds, and we cannot control its configuration from Nuclio.

Hey @PMazarovich ! In nuclio >= 1.10.0, you do not need to volume the `/tmp` folder into the dashboard container. Just remove the `- /tmp:/tmp` from `volumes` and you'll be...

@PMazarovich We have recently added ECR support to deploying using kaniko as a container image builder, but this is supported in Kuberentes deployment and not yet in Docker. You can...

Hi @RadekZenkl, thanks for using Nuclio! By default, we don't expose functions to the outer world. If you're using docker for your nuclio deployment, you can specify the desired external...

Hey @dberardo-com ! By default, nuclio uses the nginx ingress class. However, you can set your own custom annotations in the API Gateway's `spec.upstream.extraAnnotations` field, as a key-value map. This...

Unfortunately atm it is not possible to change the default annotations for API gateways.

Hey @william-lbn! A Nuclio API Gateway is essentially a kubernetes ingress, not a pod. If you run `kubectl get ing` you will see the ingress, and it will have the...

Hey @webclinic017 @wilderrodrigues , We have recently implemented a way to deploy your own apps as a sidecar container in the nuclio function pod. Given an already built image of...

Closing as stale. Please reopen if still relevant.

Hey @KaustubhKishore , Setting up the registries properly in the Nuclio helm chart's values file should do the trick (when working in a kubernetes environment). See this comment in the...