【发布时间】:2018-03-28 22:57:43
【问题描述】:
我在 Openshift Online v3 入门计划上部署了一个应用程序,它(过去)运行良好,直到昨天。昨天我不得不发布我的应用程序的新版本。显然,该平台在重新部署它时遇到了一些问题,我不得不取消一些似乎被锁定或不断重启的进程。 最后我设法让我的 pod 使用新版本运行,日志看起来很好。
现在的问题是我的应用程序不再公开。当点击分配给我的 URL 时,我得到了臭名昭著的“不可用”OO 页面:
Application is not available
The application is currently not serving requests at this endpoint. It may not have been started or is still starting.
Possible reasons you are seeing this page:
The host doesn't exist. Make sure the hostname was typed correctly and that a route matching this hostname exists.
The host exists, but doesn't have a matching path. Check if the URL path was typed correctly and that the route was created using the desired path.
Route and path matches, but all pods are down. Make sure that the resources exposed by this route (pods, services, deployment configs, etc) have at least one pod running.
我检查了这 3 个建议,并确定我的主机存在、路径正确以及我的 pod 在哪里。所以,不明白真正的问题是什么,我放弃了现有的路线并创建了一条新路线。
现在已经 2 小时了,路线 UI 一直显示这条消息:
The route is not accepting traffic yet because it has not been admitted by a router.
我的理解是应该承认我的路由的路由器不是我的项目的一部分,它是由 Openshift Online 管理的,对吗?
那么我现在可以做什么来解锁我的新路线?
感谢您的建议
【问题讨论】:
-
Starter 集群遇到了一些问题。您可以在status.starter.openshift.com 跟踪状态
-
感谢您的建议。从 starter-ca-central 的状态通知到现在已经快 2 周了...
-
问题在不同的时间出现又出现,因此与其每次减轻时都将其拉下,而是在他们继续了解根本原因并测试修复程序时将其保留。
-
好的,再次感谢。您能否将我指向一个博客/邮件列表,我可以在其中跟踪团队在此问题上的进展?除了 Openshift 的状态页面,我的意思是
-
订阅状态页面的更改是我所知道的唯一可以提供信息的公共场所。
标签: openshift