Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: "Job for docker.service canceled." error when DIND*_PROXY set #461

Closed
cofyc opened this issue May 7, 2019 · 2 comments · Fixed by #485
Closed

ERROR: "Job for docker.service canceled." error when DIND*_PROXY set #461

cofyc opened this issue May 7, 2019 · 2 comments · Fixed by #485

Comments

@cofyc
Copy link
Contributor

cofyc commented May 7, 2019

Bug Report

What version of Kubernetes are you using?

What version of TiDB Operator are you using?

What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods?

What's the status of the TiDB cluster pods?

What did you do?

export DIND_PROPAGATE_HTTP_PROXY=true
cd $GOPATH/src/github.com/pingcap/tidb-operator
manifests/local-dind/dind-cluster-v1.12.sh up

upstream issue: kubernetes-retired/kubeadm-dind-cluster#280

What did you expect to see?

What did you see instead?

failed with 'Job for docker.service canceled.' error

@onlymellb
Copy link
Contributor

This problem has been fixed in PR kubernetes-retired/kubeadm-dind-cluster#271. we use the image with a fixed version. If we need to fix this problem, we need to update the kubeadm-dind-cluster image.

@cofyc
Copy link
Contributor Author

cofyc commented May 14, 2019

That would be better, I'll try the new image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants