needs to be included in the Docker daemon's NO_PROXY environment variabl

问题如下:

shenhl:~ user$ oc cluster up --version=v3.9.0
Using Docker shared volumes for OpenShift volumes
Using 127.0.0.1 as the server IP
Starting OpenShift using openshift/origin:v3.9.0 ...
OpenShift server started.

The server is accessible via web console at:
    https://127.0.0.1:8443

You are logged in as:
    User:     developer
    Password: <any value>

To login as administrator:
    oc login -u system:admin

WARNING: An HTTP proxy (docker.for.mac.http.internal:3128) is configured for the Docker daemon, but you did not specify one for cluster up
WARNING: An HTTPS proxy (docker.for.mac.http.internal:3129) is configured for the Docker daemon, but you did not specify one for cluster up
WARNING: A proxy is configured for Docker, however 172.30.1.1 is not included in its NO_PROXY list.
   172.30.1.1 needs to be included in the Docker daemon's NO_PROXY environment variable so pushes to the local OpenShift registry can succeed.

解决方案:

降低Docker版本,下载Docker 17.12.0. 下载地址如下:
https://docs.docker.com/docker-for-mac/release-notes/

猜你喜欢

转载自blog.csdn.net/shenhonglei1234/article/details/80164754