我在使用oc的机器上的docker上安装openshift时使用ubuntu 18。
我的docker版本是Docker version 18.03.1-ce, build 9ee9f40
我的oc版本是oc v3.10.0+dd10d17
我的openshift版本是openshift v3.10.0+e3465d0-44
我将此添加到我的/etc/docker/daemon.json
{
"insecure-registries": [
"172.30.0.0/16"
]
}
但是当我创建默认项目时,所有项目都可以工作,但是我有错误消息告诉我
the route is not accepting traffic yet because it has not been admitted by a router