Add the support for perl runtime.#1014
Add the support for perl runtime.#1014stanguturi wants to merge 1 commit intovmware-archive:masterfrom
Conversation
* Added the core implementation to support perl runtime for the kubeless. * Added few examples for using new perl runtime support. * Added detailed instructions/documentation in README.
|
I submitted a pull request but one check failed. https://circleci.com/gh/kubeless/kubeless/2418?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link I don't know how my patch will be causing that failure. Can I get any help? |
andresmgot
left a comment
There was a problem hiding this comment.
Hi @stanguturi,
Thank you for this PR! For your information the runtimes code has been moved to this repository:
https://github.com/kubeless/runtimes
Can you send the PR there? The incubator folder will be fine while we figure it out the remaining TODOs in the runtime.
Also there is a couple of things missing like the runtime manifests and the Makefile tasks to deploy and test the examples. You can find an updated guide for adding runtimes here:
https://github.com/kubeless/runtimes/blob/master/DEVELOPER_GUIDE.md
The runtime code looks good so far so looking forward to the new addition! :)
| be killed and an error is returned to the client. | ||
|
|
||
| ## Default Route End-points | ||
| * Following are few default routes defined by `perl` framework in `kubelss` |
There was a problem hiding this comment.
there is a typo kubelss --> kubeless
Added the core implementation to support perl
runtime for the kubeless.
Added few examples for using new perl runtime support.
Added detailed instructions/documentation in README.
Issue Ref: 936
Description:
Support for deploying perl functions is not present in Kubeless.