You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eladb
added this to the
EKS Developer Preview milestone
Jun 24, 2020
eladb
changed the title
EKS eks.BootstrapOptions enable_docker_bridge not working
[EKS Bug] BootstrapOptions enable_docker_bridge not working
Jun 24, 2020
eladb
removed this from the
EKS Developer Preview milestone
Jun 24, 2020
When `enableDockerBridge` is enabled in `BootstrapOptions`, pass the value correctly to user-data.
Fixes: #5786
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
iliapolo
changed the title
[EKS Bug] BootstrapOptions enable_docker_bridge not working
[aws-eks] BootstrapOptions enable_docker_bridge not working
Aug 16, 2020
Description
This is my Python code
And this is
cdk diff
outputthere is only
--enable-docker-bridge
Base on
bootstrap.sh
. I think--enable-docker-bridge
should be--enable-docker-bridge true
https://github.com/awslabs/amazon-eks-ami/blob/master/files/bootstrap.sh#L334
And I found these code. Maybe extraArgs.push
--enable-docker-bridge
can be--enable-docker-bridge true
or kind of--enable-docker-bridge ${boolean}
https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-eks/lib/user-data.ts#L22
Reproduction Steps
After cdk deploy then check
kubectl get nodes
.But ec2 still alive and kubelet is dead. So I run script manually.
And check
kubectl get nodes
status is ReadyError Log
less /var/log/cloud-init-output.log
would see only--enable-docker-bridge
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: