Open yld opened 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).
--enable-docker-bridge true
Adding --network host to Docker build command might be another solution.
--network host
See https://github.com/awslabs/amazon-eks-ami/issues/183
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.