TomerShor
TomerShor
Hi @RoseDeSable , Nuclio skips building a new image in some cases, such as when a specific image is set on the function spec. However, in your case and if...
@RoseDeSable Since you're working in a Docker environment, I suspect that the first created image is still cached by docker, and thus when it's building the function during redeployment, it...
Hi @fanjizhao , We have recently introduced an option to set a termination callback - a function that will be invoked before the function is terminated (either when deleted or...
@fanjizhao what do you mean regarding the design philosophy? The `init_context` is function is called during function startup, on each inner worker. So, this will be called once at the...
@ArivCR7 No extra steps are needed, but note that for invoking the function from the outer world requires passing the **external** ip of your machine. This also related to @RadekZenkl...
@ShangWeiKuo No, this flag only changes the service type... As I wrote in the comments above, you need to set the `NUCLIO_DASHBOARD_EXTERNAL_IP_ADDRESSES` env var when running the Nuclio dashboard, not...
Closing as extra labels in api gateways is now supported - https://github.com/nuclio/nuclio/pull/2730
@dberardo-com > is the nuclio REST API documented somewhere? https://github.com/nuclio/nuclio/blob/development/cmd/dashboard/README.md The way we support redeployment is by using the same existing function configuration. This allows not providing the function config...
@dberardo-com > Are you saying that passing this body to this POST https://github.com/nuclio/nuclio/blob/development/cmd/dashboard/README.md#creating-a-function will simply make the function redeploy (if the codeSource is git)? No, I was referring to the...
@dberardo-com yes indeed, in the following days.