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
{{ message }}
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
tectonic_1.8.4-tectonic.3
NAME STATUS AGE VERSION EXTERNAL-IP OS-IMAGE KERNEL-VERSION
ip-10-0-31-141.eu-west-2.compute.internal Ready 6h v1.8.4+coreos.0 xxx Container Linux by CoreOS 1688.2.0 (Rhyolite) 4.14.23-coreos
ip-10-0-60-95.eu-west-2.compute.internal Ready 6h v1.8.4+coreos.0 <none> Container Linux by CoreOS 1688.2.0 (Rhyolite) 4.14.23-coreos
ip-10-0-76-72.eu-west-2.compute.internal Ready 6h v1.8.4+coreos.0 <none> Container Linux by CoreOS 1688.2.0 (Rhyolite) 4.14.23-coreos
ip-10-0-83-137.eu-west-2.compute.internal Ready 6h v1.8.4+coreos.0 <none> Container Linux by CoreOS 1688.2.0 (Rhyolite) 4.14.23-coreos
Terraform version (terraform version):
Terraform v0.10.7
Platform (aws|azure|openstack|metal|vmware):
azure
What happened?
Broken DIND (Docker In Docker) Networking in Azure. Containers created via DIND can't go outside. This only happens in Azure. Same configuration works well in AWS.
What you expected to happen?
Containers created via DIND should be able to go/connect to outside world (ex: when running apt-get update from within the container)
How to reproduce it (as minimally and precisely as possible)?
Exec into the 'docker' container (assuming pod dind-deployment-6cff68494-hzbgg) kubectl exec -it dind-deployment-6cff68494-hzbgg -n testing-dind /bin/sh
Check http container docker ps
Exec into the 'http' container (assuming the container name is lucid_booth) docker exec -it lucid_booth /bin/sh
Run apt-get update apt-get update
Anything else we need to know?
The above works well on AWS (apt-get udpate completes very fast and successfully), however, for Azure it takes for ever. Perhaps some networking component (NSG etc) is missing/not-configured in Azure.
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
Versions
Tectonic version (release or commit hash):
Terraform version (
terraform version
):Platform (aws|azure|openstack|metal|vmware):
What happened?
What you expected to happen?
How to reproduce it (as minimally and precisely as possible)?
kubectl exec -it dind-deployment-6cff68494-hzbgg -n testing-dind /bin/sh
docker ps
docker exec -it lucid_booth /bin/sh
apt-get update
Anything else we need to know?
The text was updated successfully, but these errors were encountered: