Liran BG

Results 129 comments of Liran BG

@ADBurpitt @cognitiveRobot looks like a bug, caused by https://github.com/nuclio/nuclio/blob/master/pkg/nuctl/command/deploy.go#L141 would be fixed any time soon can you use please follow [the doc](https://github.com/nuclio/nuclio/blob/master/docs/tasks/exporting-and-importing.md) and let me know if that suit your...

Hi @mashirali - That is most likely because you invoke the function externally without providing an external ip address. can you provide a snapshot from your status tab (where the...

Hey @wtgtybhertgeghgtwtg, It should be feasible, it is just a manner of prioritizing it. I would be happy to know what runtime are you using when nuclio-ing your functions

@wtgtybhertgeghgtwtg The wrapper of node.js is located at `pkg/processor/runtime/nodejs/wrapper.js`. it requires some modifications and code update (as it is pretty much old). We will try to implement that within the...

hey @wtgtybhertgeghgtwtg , I merged and soon release the PR which adds support for `initContext` on nodejs runtime. That means, starting from next release (1.5.4) you would be able to...

Interesting edge case @kierzniak. I am not sure why CVAT returns an error once `nuclio-local-storage-reader` is down, because `nuclio-local-storage-reader` is used for function deployment and status tracking. The 6h is...

Interesting. I've been trying to reproduce but no success yet. Nuclio dashboard ensure container is running before execute any commands over `nuclio-local-storage-reader`. Perhaps it has been fixed by latest versions....

Hey @MoonShining, The processor communicate with the runtime throughout sockets as you mentioned. I will ticket to update that relevant doc to avoid misunderstanding

We never tested nuclio behind traefik2. AFAIK traefik can be used as a reverse-proxy, that should give you enough to simply put nuclio behind while configuring it to support nuclio...

Hey @tienvnz98, can you please share your traefik configuration? also, did you try to access nuclio on `cloud.jmtvnz.co`, right? btw, I will highly recommend to adapt a versioned image of...