istio: Docker 18.09 runtime produces inconsistent results compared to Docker 18.03 runtime

Cannot run istio e2e test locally. It seems to be related with these four commit:

aa330ced4f3f1b65cc661b88b405ff27364764b0 fb643b6d4ffebff2f36bda62b6becaf7acf8980c 32e66a7be34519d3fe23fd9fbd8c6739cfd6ec76 be7e0a3a8dc479fd6dfb7421ba02437655c946fb

I reverted these four commits locally and rerun e2e_simple, it passed.

[ ] Configuration Infrastructure [ ] Docs [ ] Installation [ ] Networking [ ] Performance and Scalability [ ] Policies and Telemetry [ ] Security [x] Test and Release [ ] User Experience [ ] Developer Infrastructure

Expected behavior

Steps to reproduce the bug

git pull origin master
make clean && make docker && make push && make e2e_simple

Version (include the output of istioctl version --remote and kubectl version)

How was Istio installed?

Environment where bug was observed (cloud vendor, OS, etc)

Additionally, please consider attaching a cluster state archive by attaching the dump file to this issue.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 16 (16 by maintainers)

Most upvoted comments

I was seeing a similar problem in the integration framework running locally. I got things to work (with at least one failing test) by clearing all the local docker base images and building and pushing again. I suspect a base image was updated and docker isn’t pulling that base image and that is causing the failure.