我们移除了一个墨盒,这破坏了我们的 OpenShift 安装。
我可以用几个推车创建应用程序,但我们所有的 tomcat 推车基本上都死了。当我运行以下命令时,我得到 422:
curl -sL -w "%{http_code}\\n" -k -X POST https://localhost/broker/rest/domains/domain/applications --user "u:p" --data "name=abc&cartridge=testtomcat-1.0&scale=true&gear_profile=small"
我已经清除了缓存,重新启动了一切(tc、watchman、openshift*、一切)。我还能尝试什么?