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

I'm trying to access HTTP path parameters ("/function-name?key=value") using the [JVM Java example](https://github.com/kubeless/kubeless/tree/master/examples/jvm/java). However, having a closer look to the Gradle compile group it seems like the project using a...

Hello kubeless team, **#1 The unzip image seems to have below 4 critical vulnerabilities:** CVE-2019-12900 -> package libbz2-1.0,bzip2 CVE-2017-14062 -> package libidn11 CVE-2019-5481 -> package libcurl3-gnutls,libcurl3,curl CVE-2019-5482 -> package libcurl3-gnutls,libcurl3,curl...

**BUG REPORT**: **What happened:** If a HTTP Trigger on a CronJob trigger has been created, update of the trigger's spec doesn't affect the actual resource (Ingress or CronJob). I tried...

if we deploy a function that already exists kubeless fails. ``` kubeless function create foo ... kubeless function create foo ... ``` We should be a bit more declarative like...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: I was unable to manage functions via both kubeless cli and serverless plugin after applied an invalid yaml,...

Hey just installed kubeless on my minikube (minikube version: v0.34.1) I deployed the hello example and have the function running, but calling it fails with an access denied kubeless function...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: $ kubeless get-server-config FATA[0000] Unable to read the configmap: Error while fetching config location: Get https://90.147.161.27:443/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/functions.kubeless.io: x509: certificate...

**Is this a BUG REPORT or FEATURE REQUEST?**: Bug **What happened**: I have put the config in ~./kube/config, and kubectl can connect the k8s cluster. But kubeless cannot access such...

I test java function ,but download jars too slow ,How can I modify maven repository ? ![数据](https://user-images.githubusercontent.com/8778624/81249127-7d2b6200-9050-11ea-973d-eb43ce116537.png)

**Is this a BUG REPORT or FEATURE REQUEST?**: Feature request / Question **What happened**: Hello, I'm currently using Kubeless in a production environment and it has worked well. We are...