kubernetes-retired / kubeadm-dind-cluster

[EOL] A Kubernetes multi-node test cluster based on kubeadm
Apache License 2.0
1.11k stars 274 forks source link

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

Closed hawsers closed 5 years ago

hawsers commented 5 years ago

https://github.com/kubernetes-sigs/kubeadm-dind-cluster/blob/3fc17d5c4702b9dccf791837a220d8606659ffde/fixed/dind-cluster-v1.13.sh#L2247

Test in CentOS 7.5, after comment this line, proxy work well.

murdav commented 5 years ago

@hawsers thanks so much! I use an Ubuntu 18 virtual machine (VirtualBox) on a Window host. Initially it didn't work I had some proxy errors hence I added in the .bashrc:

DIND_HTTP_PROXY= DIND_HTTPS_PROXY= DIND_NO_PROXY=

But I had your same error that was solved commenting that line, I'm curious how were you able to spot it? Huge thanks!

pigmej commented 5 years ago

Seems the same as #288

fejta-bot commented 5 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

morningspace commented 5 years ago

I think this has been fixed w/ the new released pre-configured scripts, e.g. https://github.com/kubernetes-sigs/kubeadm-dind-cluster/releases/download/v0.2.0/dind-cluster-v1.14.sh

morningspace commented 5 years ago

/close

k8s-ci-robot commented 5 years ago

@morningspace: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/kubeadm-dind-cluster/issues/280#issuecomment-507249267): >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.