-
## Environment details:
* K8S deployment
* k8s AWS 1.29
* scheduler container 7863e27
* controller container 7863e27
* invoker container 7863e27
## Steps to reproduce the issue:
1. …
-
-
We deploy OpenWhisk in myself cluster with the openwhisk-kube-deploy,use virtualenv for deploy python:3 action, but it is not work:
![image](https://user-images.githubusercontent.com/54056797/2356178…
-
- When deploying actions, aio checks whether kind is supported by cli, and if not double-checks api [1].
- When deploying locally, openwhisk uses runtimes.json to configure which kinds are supported.…
-
**Submitting author:** @spark0510 (Sungjae Park)
**Repository:** https://github.com/FaaSr/FaaSr-package
**Branch with paper.md** (empty if default branch):
**Version:** 1.3.0
**Editor:** @daniels…
-
Using the action loop proxy here:
https://github.com/apache/openwhisk/blob/master/docs/actions-actionloop.md
Implement the runtime for the jolie language https://www.jolie-lang.org/
-
if you query github for an organization, you shold cache the result, storing it in the redis.
when you do a reques for an organization, first check in the cache, then execute the request to github so…
-
Having issues after with new deployment... controller will not start.
[root@sgandhi-ow ~]# kubectl -n openwhisk get po controller-0
NAME READY STATUS RESTARTS AGE
cont…
-
I tried to use the installCatalog.sh to install this package but I'm not sure what to put for the alarm trigger host and port. I tried using the same ip as my api host and tried a bunch of values for…
-
Hello,
I would have posted this on community slack, but I was having issues getting access to it.
I'm trying to understand all components that OpenWhisk requires as part of the deployment, but …