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

Bootstrap workers with the docker bridge #14

Closed
wants to merge 1 commit into from

Conversation

johncblandii
Copy link

See awslabs/amazon-eks-ami#183. According to AWS support, adding the default bridge support is needed in order for docker in or docker on docker to build images inside of a pod.

(moving fast, but let me know of any desired changes here and I'll adjust)

See awslabs/amazon-eks-ami#183. According to AWS support, adding the default bridge support is needed in order for docker in or docker on docker to build images inside of a pod.
Copy link
Member

@osterman osterman left a comment

Choose a reason for hiding this comment

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

Out of curiosity why not use bootstrap_extra_args?

@johncblandii
Copy link
Author

How?

This is just what Amazon had me do and it fixed my issues. I'm good with whatever works here.

@aknysh
Copy link
Member

aknysh commented May 4, 2019

yes, why not put --enable-docker-bridge true in bootstrap_extra_args (https://github.com/cloudposse/terraform-aws-eks-workers/blob/master/variables.tf#L388)?

bootstrap_extra_args = "--enable-docker-bridge true"

@johncblandii do you see any issues with that?

@johncblandii
Copy link
Author

I do not have a problem with that. In fact, I didn't even know it existed. I was moving quickly resolving a production Jenkins issue caused by upgrading k8s versions on a Friday night.

Me on Friday when it went to the crapper:

gif

This was more of a "do this before you forget" so thx for the clarity. I can adjust our TF for this option.

@johncblandii johncblandii deleted the patch-1 branch May 6, 2019 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants