functions icon indicating copy to clipboard operation
functions copied to clipboard

Functions Repository for Kubeless

Results 7 functions issues
Sort by recently updated
recently updated
newest added

``` [***]$ make slack Makefile:4: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. ``` ``` diff --git a/incubator/slack/Makefile b/incubator/slack/Makefile index d833c4f..0ffe1c2 100644 --- a/incubator/slack/Makefile +++ b/incubator/slack/Makefile...

I am also trying to enable kafka notification for buckets. https://github.com/helm/charts/pull/534/commits/3c06eb4cf5c59d7084bcb3a46f917f3b31e9bdda# - says To update your Minio server configuration while it is deployed in a release, you need to 1....

I'm trying to deploy minio-resize on minikube (v0.28.0). I installed kubeless (v0.6.0) and deployed the kafka-zookeeper.yaml of the same version. I installed Minio as recommended [here](https://raw.githubusercontent.com/minio/minio/master/docs/orchestration/minikube/README.md). I enabled kafka on...

This function manages a chart repository using a Minio bucket, it automatically indexes the charts when chart packages are uploaded to the bucket.

After installing the latest `kubernetes` python module (3.0.0), when the function is going to load it, it throws this error: ``` Traceback (most recent call last): File "/kubeless.py", line 10,...

* Charts that are kubeless "tested" should be moved under a `/chart` folder. * We should use github pages to serve a chart repo of those charts so that we...

Now that we have a servereless plugin, we should add a "servereless" description every time we add a function. That way we build a repo of serverless compatible functions