kubeless icon indicating copy to clipboard operation
kubeless copied to clipboard

Kubernetes Native Serverless Framework

Results 100 kubeless issues
Sort by recently updated
recently updated
newest added

**FEATURE REQUEST**: Are there any plans to support RocketMq trigger in the near feature?

Hi, As @allantargino is kindly hosting this off [his hub account](https://hub.docker.com/r/allantargino/kubeless-dotnetcore/tags) how is Kubeless securing the longevity of this runtime? I understand it is a 3rd party contributor, but wouldn't...

Hi, I was wondering if there were plans for .NET Core 2.2 and the imminent .NET Core 3.x?

help wanted

Hi, Pinging @allantargino. Based on some help from https://github.com/kubeless/kubeless/issues/1059 I have determined that the existing .NET Core 2.1 image is [104 MB](https://hub.docker.com/r/allantargino/kubeless-dotnetcore/tags) before dependencies - which is rather large. I...

Hi, Environment: > [root@node01 hello-world]# kubectl version > Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.2", GitCommit:"66049e3b21efe110454d67df4fa62b08ea79a19b", GitTreeState:"clean", BuildDate:"2019-05-16T16:23:09Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"} > Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.0", GitCommit:"e8462b5b5dc2584fdcd18e6bcfe9f1e4d970a529", GitTreeState:"clean", BuildDate:"2019-06-19T16:32:14Z", GoVersion:"go1.12.5", Compiler:"gc",...

Hi, Pinging @allantargino. - Kubeless version: v1.0.4-dirty `kubeless function deploy hw --from-file Hw.cs --handler Module.handler --dependencies Function.HelloWorld.csproj --runtime dotnetcore2.1` with Hw.cs (no namespaces): ``` using Kubeless.Functions; public class Module {...

**FEATURE REQUEST**: **What happened**: I'm looking at your examples, and running `make get-java` and then `make post-java` results in a 10-20 minute download. Clearly if an image has already been...

Again just working through the quick start https://serverless.com/framework/docs/providers/kubeless/guide/quick-start/ **BUG REPORT**: Bug! **What happened**: When deploying the serverless functions to kubelss. The functions are launching into the default namespace rather than...

Feature request **What happened**: I'm trying to implement a kubeless function in nodejs that receives a multipart form with a file and additional properties (JSON), commonly this can be easily...

**Is this a BUG REPORT or FEATURE REQUEST?**: Help request **What happened**: I'm trying to use Kubeless with serverless and I have several functions inside my serverless.yml file and I...