Liran BG

Results 129 comments of Liran BG

@pthalasta - I'd need more information. Can you please add the full deployment logs? That log line is not _the_ failure but rather the fact it failed to read the...

> @liranbg i tried deploying it a couple of times and i got a different error in few of the deployments > > ``` > Error - NuclioFunction pod (nuclio-sample-test-554fc46ffd-lqfqk)...

@pthalasta What I'd check is that the architecture of the base image aligns with your Nuclio version (arm32/64? amd64?) Then check whether your base image has python interpreter installed, etc....

> @liranbg Hi Liran, when will windows be able to run nuclio successfully without producing errors (via WSL). cheers, Sam I will take a look at it and fix it...

> I tried to run `nuctl create project abc` from `development` branch ([1da3248](https://github.com/nuclio/nuclio/commit/1da32485b27980e1a95fd2867c4299cad9fc34bb)). > > More detailed stack trace from debugger: > > ``` > github.com/nuclio/nuclio/pkg/cmdrunner.(*ShellRunner).Run at cmdrunner.go:124 > github.com/nuclio/nuclio/pkg/dockerclient.NewShellClient...

Hey @futureCreator it seems like `.dotnet` is already implemented on `pkg/processor/runtime/dotnetcore/Wrapper.cs:101`

Hey @javajon, Thank you for this 🚀 tutorial You are more than welcome to open a pr (against development) with your suggested links and text, if you prefer us to...

Hey @mhe-wyze & @nmanovic, Thank you for your kind words, We are highly recommend you considering running Nuclio with K8s as we have many features, some of them are related...

on your function configuration, under `platform.attributes` block you may use `network` and specify the docker network you want your function to use. e.g.: ```yaml meta: name: my-func spec: handler: main:handler...

Hey @bpayt2, welcome to Nuclio, Can you please elaborate on exactly what did you try to do? and what went wrong?