-
WIP while I work to fix the issue, but noting it here in case it's already in-progress somewhere else.
**Versions**
`serverless-kubeless`: `0.4.2`
`kubeless`: `1.0.0-alpha.3`
**Runtime**
`mi…
-
Using name option doesn't do anything
```
functions:
playground:
handler: handler.playgroundHandler
name: ${self:provider.stage}-${self:provider.namespace}-kubeless-playground
```
th…
-
**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT
**What happened**: 'Kubeless topic publish' command leading to resource leaks which quickly eats up kafka pod memory and I/O.
Internally '…
-
Hi,
I have created a function using the `runtime` **java1.8**. In my code, I am using `try-with-resources` that is supported by Java 8.
However, when I deploy my function, the pod doesn't start.…
-
Performing this example: https://github.com/serverless/serverless-kubeless#try-out-the-example
I get this error. Not sure what the problem is.
Thanks.
```
SLS_DEBUG=* serverless deploy
Serv…
-
Can we use this with different provider? we are trying to get es7 to work with `kubeless`
-
On the releases we provide installation steps, e.g. https://github.com/kubeless/kubeless/releases/tag/v1.0.0-alpha.7
But there's no documented upgrade steps when you already have a version of kube…
-
**What happened**:
I have kubeless-0.5.0 up and running on kubeless namespace, everything works as expected there. When I'm deploying the same kubeless suite (kafka, zookeeper, kafka-trigger-controll…
-
* [x] Get and pack `trades-test.html` and `orders-test.html` from https://github.com/cyberFund/cyber-markets/blob/development/stream-api/src/main/resources/ into Docker
* [x] Upload to https://hub.do…
-
i m trying out sls kubeless plugin, im using the `kubeless-nodejs` template to create a new function.
Executing the command `serverless invoke local --function capitalize --data 'this is a test' --ra…