origin: [oc cluster up behind proxy] Failed to install "openshift-web-console-operator": timed out waiting for the condition.
Version
$ ./oc version
oc v3.10.0-rc.0+745de5b-46
kubernetes v1.10.0+b81c8f8
features: Basic-Auth GSSAPI Kerberos SPNEGO
Steps To Reproduce
$ ./oc cluster up --http-proxy http://myproxy:3128 --no-proxy localhost,127.0.0.1,172.30.1.1
Getting a Docker client ...
Checking if image openshift/origin-control-plane:v3.10 is available ...
Pulling image openshift/origin-control-plane:v3.10
Image pull complete
Pulling image openshift/origin-cli:v3.10
Pulled 1/4 layers, 28% complete
Pulled 2/4 layers, 51% complete
Pulled 3/4 layers, 80% complete
Pulled 4/4 layers, 100% complete
[...]
I0801 17:31:31.838764 3644 interface.go:41] Finished installing "sample-templates/mariadb" "sample-templates/postgresql" "sample-templates/cakephp quickstart" "sample-templates/dancer quickstart" "sample-templates/sample pipeline" "sample-templates/mongodb" "sample-templates/django quickstart" "sample-templates/nodejs quickstart" "sample-templates/rails quickstart" "sample-templates/jenkins pipeline ephemeral" "sample-templates/mysql"
E0801 17:36:30.854286 3644 interface.go:34] Failed to install "openshift-web-console-operator": timed out waiting for the condition
I0801 17:36:30.854328 3644 interface.go:41] Finished installing "openshift-web-console-operator" "centos-imagestreams" "openshift-image-registry" "openshift-router" "sample-templates" "persistent-volumes
Current Result
E0801 17:36:30.854286 3644 interface.go:34] Failed to install "openshift-web-console-operator": timed out waiting for the condition
Expected Result
Should be passed behind the proxy.
Additional Information
$ docker version
Client:
Version: 1.13.1
API version: 1.26
Package version: docker-1.13.1-59.gitaf6b32b.fc28.x86_64
Go version: go1.10.2
Git commit: 63758e0-unsupported
Built: Tue Jun 12 19:05:31 2018
OS/Arch: linux/amd64
Server:
Version: 1.13.1
API version: 1.26 (minimum version 1.12)
Package version: docker-1.13.1-59.gitaf6b32b.fc28.x86_64
Go version: go1.10.2
Git commit: 63758e0-unsupported
Built: Tue Jun 12 19:05:31 2018
OS/Arch: linux/amd64
Experimental: false
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18 (14 by maintainers)
@sferich888 Yes, Docker settings mirror the cluster up settings for HTTP and HTTPS proxy.
This is the original issue https://issues.jboss.org/projects/CDK/issues/CDK-329
We came to know about while testing CDK with OCP 3.10. CDK has proxy support for sometime now and this is more of a regression.