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**: Installed kubeless with below ``` kube-shell> kubectl create ns kubeless namespace/kubeless created kube-shell> kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.7/kubeless-non-rbac-v1.0.7.yaml configmap/kubeless-config created...

**Is this a BUG REPORT or FEATURE REQUEST?**: REPORT **What happened**: followed guide,then calling test.py showed an error **What you expected to happen**: call function **How to reproduce it (as...

**BUG REPORT**: **What happened**: I installed kubeless in a microk8s cluster like that: kubectl create ns kubeless kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.8/kubeless-v1.0.8.yaml HTTP Triggers work, however cron triggers do not work....

**Is this a BUG REPORT or FEATURE REQUEST?**: **What happened**: Created a kubeless function using java runtime with a timeout of 10 and the java code having a sleep for...

**Is this a BUG REPORT or FEATURE REQUEST?**: **What happened**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to...

Kubeless uses bitnami/minideb:jessie as it's base for a number of components. Minideb is a slimmed down packaging of upstream Debian and as such they provide no additional security patching beyond...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: PHP Function returns junk if event->data has more than one key **What you expected to happen**: PHP Function...

**Issue Ref**: None **Description**: As long as PHP-FPM integrates natively FastCGI, and the PHP runtime also requires the function-proxy for monitoring, Nginx is a bit overkill in the kubeless context....

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: On a fresh k8s cluster i want install kubeless: But the cronjob-trigger-controller crash with ``` time="2021-05-18T08:19:22Z" level=fatal msg="Unable...