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

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG **What happened**: ``` NAME NAMESPACE HANDLER RUNTIME DEPENDENCIES STATUS weather kubeless test.weather nodejs12 request: ^2.88.0 0/1 NOT READY request-promise-native: ^1.0.8 ```...

Best of luck for the whole project team! This is a great start for 2020!

I'm running self hosted registry with `registry:2.7.1`, it is configured with basic auth. Everything works with all docker clients, besides kubeless. Issue error triggered [here](https://github.com/kubeless/kubeless/blob/f3191b29946bd8a18fcd5ac124e8feb174b786fa/pkg/registry/registry.go#L140). Error `Unable to build function:...

help wanted

**Is this a BUG REPORT or FEATURE REQUEST?**: Bug (Design Flaw) **What happened**: Kafka Controller / Triggers provide no back-pressure and constantly pull in data from the Kafka topics. This...

enhancement
help wanted

Great project really like it, thanks for sharing it! After using it for a wile with my current setup, I found some minor limitations, and possible improvements that could really...

**Is this a BUG REPORT or FEATURE REQUEST?**: **What happened**: Looking for documentation on setting up grafana dashboard for kubeless, i have grafana and prometheus installed locally and also added...

First thanks for the projects, it's great! I have a couple questions that I don't know where to ask, if it's not the right place, please point to one. 1....

Not sure how we can do it but just raise the issue first. Google Cloud Function supports it at some specific languages like nodejs for example: https://cloud.google.com/functions/docs/monitoring/debugging Their provided local...

BUG REPORT **What happened**: Python code function configured with Kafka trigger was not receiving all the messages (I could say 1 out of 5 received). **What you expected to happen**:...

I am trying to follow the steps to build function as steps mentioned in https://kubeless.io/docs/building-functions/ I created secrets with AWS ECR details and restarted controller pod but it is not...