serverless / serverless-kubeless

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

Allow overriding k8s config context #135

Closed SomeoneWeird closed 6 years ago

SomeoneWeird commented 6 years ago

This is required for proper CI integration, as running kubectl config use-context <blah> && serverless deploy can potentially lead to race conditions between concurrent deployments.

SomeoneWeird commented 6 years ago

Related to #118

sebgoa commented 6 years ago

/lgtm

the ci error seems related to the Kafka test

andresmgot commented 6 years ago

I'll check the CI issues in a different PR