Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Remove VPC endpoints from being created in existing VPC #707

Merged

Conversation

JoshVanL
Copy link
Contributor

fixes #706

This removes this VPC endpoint from being created, along with a warning in the docs that it is strongly recommended that one exists.

S3 VPC endpoint is no longer created in deployments into an existing VPC

Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
@jetstack-bot jetstack-bot added dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. area/terraform Indicates a PR is affecting Terraform configuration kind/documentation Categorizes issue or PR as related to documentation. labels Jan 29, 2019
@jetstack-bot jetstack-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 29, 2019
@JoshVanL
Copy link
Contributor Author

/assign @simonswine

Copy link
Contributor

@simonswine simonswine left a comment

Choose a reason for hiding this comment

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

/approve
/lgtm

@@ -5,7 +5,7 @@ resource "aws_route53_zone" "private" {
comment = "Hosted zone for private kubernetes in ${var.environment}"

vpc {
vpc_id = "${aws_vpc.main.0.id}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did we not see this error?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I guess we didn't use an existing VPC since we updated terraform and so used the new variable assignments. Something to look out for

@jetstack-bot jetstack-bot added the lgtm Indicates that a PR is ready to be merged. label Jan 29, 2019
@jetstack-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JoshVanL, simonswine

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jetstack-bot jetstack-bot merged commit 1bc4cb8 into jetstack:master Jan 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/terraform Indicates a PR is affecting Terraform configuration dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. kind/documentation Categorizes issue or PR as related to documentation. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VPC endpoint is created in an existing-vpc deployment
3 participants