hasura / gitkube

Build and deploy docker images to Kubernetes using git push
Apache License 2.0
3.81k stars 207 forks source link

Gitkube fails to build Docker images with latest EKS 1.12 AMI #113

Open yld opened 5 years ago

yld commented 5 years ago

Bridge networking is disabled for security reasons.

See related issue https://github.com/awslabs/amazon-eks-ami/issues/183 for explanations.

Adding --enable-docker-bridge true as a node bootstrap argument solve the problem (see https://github.com/awslabs/amazon-eks-ami/issues/187).

Adding --network host to Docker build command might be another solution.

yld commented 4 years ago

See https://github.com/awslabs/amazon-eks-ami/issues/183