Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use subnets instead of subnetMappings on LoadBalancer #451

Merged
merged 1 commit into from
Apr 6, 2018

Conversation

lukehoban
Copy link
Member

@lukehoban lukehoban commented Apr 6, 2018

The subnetMappings property does not correctly handle changes, but the subnets property does - and supports the same use cases we need.

Workaround for pulumi/pulumi-terraform#45.

ChangeLog
A change to how load balancers are configured for cloud.Service will mean that applications may see load balancers for non-HTTP services get replaced during updates. This should not cause disruption to applications, but may change the DNS names of the load balancers that services are exposed at.

The `subnetMappings` property does not correctly handle changes, but the `subnets` property does - and supports the same use cases we need.

Workaround for pulumi/pulumi-terraform#45.
@lukehoban lukehoban requested a review from mmdriley April 6, 2018 05:33
Copy link
Contributor

@mmdriley mmdriley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change seems good. CI failed, but seems unrelated?

Copy link
Contributor

@CyrusNajmabadi CyrusNajmabadi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants