serverless / serverless-kubeless

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

Allow to change DNS resolution from nip.io #104

Closed andresmgot closed 6 years ago

andresmgot commented 6 years ago

nip.io is currently down, causing the integration tests to fail. We should not force to use that choice for all the functions so this PR allows to change that.

I changed the DNS resolution from nip.io to xip.io in the existing examples so we fix integration tests.

sebgoa commented 6 years ago

small wording change needed but then /lgtm

andresmgot commented 6 years ago

thanks for taking a look

andresmgot commented 6 years ago

closing this PR since the changes were merged into #105