serverless-kubeless icon indicating copy to clipboard operation
serverless-kubeless copied to clipboard

This plugin enables support for Kubeless within the Serverless Framework.

Results 45 serverless-kubeless issues
Sort by recently updated
recently updated
newest added

Serverless for AWS Lambdas allows this and I was wondering if this is something that can be done with Kubeless. serverless.yml: ```yaml functions: hello: handler: handler.hello events: - http path:...

Ability to specify auto-scaling configuration. `kubeless` CLI allows setting it up using metrics as shown below: ```bash $ kubeless autoscale create --help automatically scale function based on monitored metrics Usage:...

I'm testing that plugin and I have issues just following the tutorial. The first issue I met is regarding deploying to a namespace different from default https://github.com/serverless/serverless-kubeless/issues/188#issuecomment-605328537. The other issue...

I tried lots of scenarios but every outcome was failed. Because native kubeless support dotnetcore3.1 it think the plugin should too. I tried manualy packaging and compileing files and also...

On aws we use runtime nodejs12.x to use nodejs 12. However with kubeless we need to use nodejs12 instead. I think nodejs12.x should be accepted.

Using name option doesn't do anything ``` functions: playground: handler: handler.playgroundHandler name: ${self:provider.stage}-${self:provider.namespace}-kubeless-playground ``` the function deployed is still named **playground** when it should be **prod-ns1-kubeless-playground**

serverless-kubeless should allow users to choose the type they want even if they don't want an Ingress https://github.com/serverless/serverless-kubeless/blob/master/lib/deploy.js#L117

**Description**: Env variables grabbed from user.exec.env are not used https://github.com/serverless/serverless-kubeless/blob/0b62c54f27754f0e90e99f9f891a4644484d0bd6/lib/helpers.js#L130-L135 As you can see, only the AWS_PROFILE is used. I expect those variables to be added to the env used...

Hello, I'm trying to deploy to AWS EKS. I've configured kubectl for my cluster in amazon. I'm getting the following error when running serverless deploy -v Unable to find required...

help wanted

BUG REPORT **What happened**: The pods created with the scheduled functions are not being removed after completing them. We can see the pods being piled every time it hits the...