Liran BG

Results 129 comments of Liran BG

Function metrics are exposed via `/metrics` on port `8090`, you can define your prometheus to scrape it

Hey @RaananHadar - these resources have not been updated for a while, I highly suggest installing Nuclio using [Helm](https://github.com/nuclio/nuclio/blob/master/hack/k8s/helm/nuclio/README.md)

Hi @FTWH These configurations are applied to Kubernetes and are part of the function's deployment. Read https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ to learn more

nuclio does not limit the max workers with respect to the resources configuration. it is out of its scope. the resource configuration is enforced by the platform it runs on...

Sound legit to me. Note: keep in mind that the function configuration given at runtime might be different from the function configuration used for compiling (in a very rare scenario,...

Hey @jahaniam - matter of fact no, this is a nice-to-have feature that we didnt put on our roadmap for now, That being said, do note that the `function.yaml` configuration...

Hey @dberardo-com Nuctl can be used to deploy against a remote (and local, it just uses a _kubeconfig_) k8s cluster while building the function container image locally and pushed it...

Hey @dberardo-com - can you please share the full function configuration?

Well, now I see that the disable button does *nothing* on local platform. it simply not bind to any logic. In Kubernetes for an instance, it forces the amount of...

Both `replicas` and `disabled` fields have no meaning for local platform. There is no part within the local platform that stops the function container. perhaps manual docker stop container is...