TomerShor
TomerShor
Hey @mmtian ! Are you editing the nucliofunction CR labels directly (e.g using kubectl)? We do not recommend editing nuclio resources directly, because then nuclio is unaware of these changes...
@dberardo-com Can you please give an example of a function that returns a custom Response object like you are trying to achieve?
@dberardo-com When you define your own `Response` class, the following snipper will never return true: ``` if (handlerOutput instanceof Response) ``` You have access to the wrapper's `Response` object inside...
@dberardo-com indeed I am experiencing the same issue. You are more than welcome to propose a patching PR :)
@pietertolsma the staging directory is supposed to be created inside the temporary nuclio-build directory during function image building. Do you see an error log saying that the staging directory failed...
Hey @OnceUponATimeMathley , Looks like you're volumizing the `/tmp` folder which is no longer needed. Make sure you're using the following command when running the nuclio dashboard: ``` docker run...
@OnceUponATimeMathley changing a function from Unhealthy to running can be done by redeploying the function. There is no plan to add a button for doing this from this top level...
Looks like @ganochenkodg maintains the Nuclio chart on GCP - https://github.com/GoogleCloudPlatform/click-to-deploy/tree/master/k8s/nuclio/chart/nuclio @ganochenkodg if possible, please update the chart to allow configuring role and rolebinding instead of clusterrole and clusterrolebinding, according...