insecure-registry argument on the Docker daemon解决方法
问题描述:
启动Openshift(openshift-origin-server-v3.11.0-0cbc58b-linux-64bit)时,报错信息如下所示:
[root@zeppelin openshift]# oc cluster up Getting a Docker client ... Checking if image openshift/origin-control-plane:v3.11 is available ... Checking type of volume mount ... Determining server IP ... Checking if OpenShift is already running ... Checking for supported Docker version (=>1.22) ... Checking if insecured registry is configured properly in Docker ... error: did not detect an --insecure-registry argument on the Docker daemon
解决方法:
如下,在启动命令中跳过相关检查
oc cluster up --skip-registry-check=true