我正在尝试安装okd.47(4.7.0-0.okd-2021-05-22-050008)使用镜像注册表进行离线安装(没有互联网),我可以看到bootstrap节点能够从镜像注册表中拉出镜像,当我执行"openshift-install --dir= install _dir/ wait-for bootstrap-complete --log-level=debug“命令时,我可以看到API已启动,但主节点无法从镜像注册表中拉出镜像,并且我无法ssh到任何主节点。可以在没有互联网的集群上安装OKD4.7吗?The console of the master node can be s
我目前正在使用Docker for Windows对Swarm Services进行试验。新的Insider构建支持Win10容器的覆盖网络,我很高兴看到我的IIS服务真正启动了。我遇到的唯一问题是,尽管我尝试了多种方式,例如不同的端口和网络,但我无法在浏览器中访问该服务。下发命令如下:
docker service create --name webfarm -p 80:80 microsoft/iis
我还尝试使用--network标志来尝试不同的网络,并确保测试在docker service inspect webfarm命令中可见的所有IP地址。
docker service ps w