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**: collect kubeless container log to elasticsearch **What you expected to happen**: specify logger format to fulfill customized log...

**Is this a BUG REPORT or FEATURE REQUEST?**: Feature Request **What happened**: Current autoscaling option uses an HPA, but we have many low-traffic Functions. I'd trade off cold start latency...

**FEATURE REQUEST**: Create UDP-trigger plugin **What you expected to happen**: Kubeless supports UDP packets as triggers in the same way as HTTP requests. Traefik ingress supports UDP, so I believe...

**BUG REPORT **: **What happened**: create a function ``` kubeless function deploy hello --runtime nodejs12 --env REQ_MB_LIMIT=50 --handler main.hello --from-file main.js ``` call and get a right response ``` kubeless...

**FEATURE REQUEST**: Add custom CA certificates **What happened**: We are using MINIO instead of S3 to store the zip functions. The initContainer **unzip:latest** is getting an error when trying to...

**Is this a BUG REPORT or FEATURE REQUEST?**: Both, but I can leave without ARM support if my containers aren't failing. **What happened**: Any function that I create tries to...

Feature Request : allow functions to expose custom metrics **What happened**: I wanted to return some custom metrics, however the path /metrics is intercepted by kubeless **What you expected to...

This is less of an issue and more of an improvement proposal. Currently we use event chaining to create workflows, but as the serverless functions become more complex and numerous,...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: The maven could not download the Kubless dependencies when `parent` and `dependency` are added to the pom.xml ```xml...

**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **What happened**: Messages not getting published in Google pubsub topic when deployed the function with Kubeless. **What you expected to...