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?**: Feature Request :) **What happened**: Unable to use a private go module for a golang kubeless function **What you expected to happen**:...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: I'm trying to expose a function deployed on a AWS EKS Cluster with http-trigger; either by using kong...

**FEATURE REQUEST** **What happened**: Use [KubeMQ](https://kubemq.io/) for PubSub events **What you expected to happen**: [Why KubeMQ](https://kubemq.io/why-kubemq/) **Environment**: - Kubernetes last version

Considering the lack of on-going development and limited maintenance we should do something so that newcomers don't get in a dead-end. As original creator of the project I believe we...

**FEATURE REQUEST**: **What happened**: Defining the handler with a path `handler: dist/index.js` results in the error from https://github.com/kubeless/kubeless/blob/2507dc8ba457a9e89ebb9e7b06b99db39dae6595/pkg/utils/kubelessutil.go#L238 being logged. **What you expected to happen**: Should be able to define...

**Is this a BUG REPORT or FEATURE REQUEST?**: **What happened**: I tried printing a text from my Python code. e.g., print("Hello World") Nothing gets printed. However, print function output content...

**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **Anything we need to know?**: Traefik v2 **alpha** was release some weeks ago. They moved from Ingress to CRDs. This...

Why is [the section of the docs about autoscaling](https://kubeless.io/docs/autoscaling/) so short? It looks like there have been parts of it deleted in the [latest commit](https://github.com/kubeless/kubeless/commit/1735d8caa4671bd93d952bf33ac83a145cb194ce#diff-f6a5f336f5c24b5e8d59ca4c6c5e22f3), which can be seen in...

**Is this a BUG REPORT or FEATURE REQUEST?**: Bug report / support **What happened**: Using a zip file as the function from a downloaded gitlab repo, I cannot define a...

**Is this a BUG REPORT or FEATURE REQUEST?**: Could be either. **What happened**: socket.getservbyname("ssh","tcp") fails in functions giving an exception. **What you expected to happen**: I expect to work, and...