serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

Add Support for individually prepackaged functions #191

Closed ddoowa closed 4 years ago

ddoowa commented 4 years ago

Add the ability to deploy pre-packaged individual functions, details can be found in #190

ddoowa commented 4 years ago

@andresmgot I've committed the changes and verified it works against the setup i have, the example-tests are failing in the CI server i was unable to run them against my local cluster nor our environment. Do the tests require a specific cluster setup?

andresmgot commented 4 years ago

Thanks for the PR @ddoowa!. The error in the CI was not related to your changes (just some flakiness there).

ddoowa commented 4 years ago

Thanks for sorting that out @andresmgot, Any ETA on how soon this can be merged?

andresmgot commented 4 years ago

now :) (I was just waiting for the CI to finish)