serverless / serverless-kubeless

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

Integration tests #47

Closed andresmgot closed 7 years ago

andresmgot commented 7 years ago

This PR add integration test for travis. It deploys the examples present in the repository.

andresmgot commented 7 years ago

Right now the test for the ruby examples are disabled (until https://github.com/kubeless/kubeless/pull/257 gets released) and the event-trigger-python was failing for me locally due to an issue with the kafka PVC.

Those should be fixed before landing this PR.

andresmgot commented 7 years ago

Also the deployment fails with Unable to find user information for context dind so we will need to debug that issue.