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 would like to create an http trigger using azure internal load balancers. In order to do this I need to add the following annotation to the function service: ```yaml...

**BUG REPORT** **What happened**: ``` kubeless topic ls panic: assignment to entry in nil map goroutine 1 [running]: net/textproto.MIMEHeader.Set(...) /usr/local/Cellar/go/1.12.6/libexec/src/net/textproto/header.go:22 net/http.Header.Set(...) /usr/local/Cellar/go/1.12.6/libexec/src/net/http/header.go:37 github.com/kubeless/kubeless/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec.(*roundTripper).RoundTrip(0xc000497e80, 0xc000105400, 0xc000047bc0, 0x7, 0x200b38e) /private/tmp/kubeless-20190702-51707-1pec8sr/kubeless-1.0.4/src/github.com/kubeless/kubeless/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go:176 +0x270 github.com/kubeless/kubeless/cmd/kubeless/topic.execCommand(0xc0001768c0,...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: Maven build failed with proxy authentication error, made sure that proxy details are correct. Name: hello-java-6f74749484-55lf9 Namespace: kubeless...

### BUG REPORT Migrating this from serverless repo https://github.com/serverless/serverless-kubeless/issues/140#issuecomment-526726537 as they state it is a problem with Kubeless. Running Kubernetes 1.13 on Amazon EKS with Kubelss `v1.0.4`. **What happened**: ```...

This is a BUG REPORT. When creating a GKE cluster with the --enable-private-nodes flag it is not possible to reach the kubeless function and get a response https://cloud.google.com/sdk/gcloud/reference/container/clusters/create#--enable-private-nodes I expected...

**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **What happened**: I have to use external dependencies which are stored in a private maven repository. **What you expected to...

**Is this a BUG REPORT or FEATURE REQUEST?**: bug **What happened**: When the prepare container for a function that uses a url is started the kuberenetes initContainer (prepare) args incorrectly...

**Is this a BUG REPORT or FEATURE REQUEST?**: Kind of both. **What happened**: I have "quota restriction" in my namespace and I deployed a kubeless function using the `--cpu` and...

**What happened**: The kafka-trigger-controller seems to fire kubeless functions at up to 5 qps. I have made some simple functions that do not process data or even write out to...

**What you expect to happen**: Is there any way in which we can restrict the event data to come to the function only through kubeless controller and not through any...