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?**: Documentation BUG **What happened**: Documentation mentions to export KUBELESS_CONFIG to point to remote K8s cluster configuration file. It should be KUBECONFIG instead.

**What happened**: I created a custom deployment spec for a hello-world function that mounts `emptyDir` to `/tmp` for both `containers` and `initContainers`: ``` --- apiVersion: kubeless.io/v1beta1 kind: Function metadata: name:...

## BUG ### What happened After creating a new `HTTPTrigger` defined to use `gateway=kong` (either creating directly with Kubeless CLI or trying to create the CRD directly) the Ingress created...

**Is this a BUG REPORT or FEATURE REQUEST?**: Bug report **What happened**: I cannot load Newtonsoft JSON into .Net Kubeless function since it will throw error: System.IO.FileLoadException: Could not load...

**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **What happened**: Cluster Domain hardcoded into NATS/Kafka. **What you expected to happen**: To be able to use my custom cluster...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: I'm trying to deploy a function on a k3s cluster using kubeless cli but on giving the following...

With AWS lamda functions i pay 20usd for 3 million request of 250mb and i have dozens of functions there, i've been testing kubeless and i think is extraordinary but...

Opening this PR to track updates to this as I find them and also to get some feedback on where this can/should be enabled. **Is this a BUG REPORT or...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: Installed kafkacat to look into messages generated by minio (in configured topic) `kafkacat -b [kafka service ip]:9092 -L`...

This is a feature request to add ALB support to the HTTP trigger Ingress object generator. It would need to generate the appropriate annotations for the ALB ingress controller to...