使用Rhc作为管理员协作者无法查看日志

使用Rhc作为管理员协作者无法查看日志

本文介绍了OpenShift应用程序-使用Rhc作为管理员协作者无法查看日志的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是具有管理员权限的OpenShift Online应用程序上的协作者,当我执行rhc apps时,我可以看到该应用程序,但是当我执行rhc tail <appname>时,我得到了Application '<appname>' not found.

I am a collaborator on an OpenShift Online app with administrator privileges, and when I do rhc apps I can see the application, but when I do rhc tail <appname> I get Application '<appname>' not found.

有什么我想念的吗?

在Ubuntu Server 12.04上使用rhc.

Using rhc on Ubuntu Server 12.04.

推荐答案

"rhc应用程序"向我显示了我被授权以协作者身份管理的应用程序,但是"rhc应用程序停止"显示-未找到应用程序"rhc -a app stop给了我使用帮助-rhc app-stop <app> [--namespace NAME]这暗示了在我作为合作者的另一个域中停止应用程序可能需要命名空间

"rhc apps" shows me the app that I am authorized to administer as a collaborator, however "rhc app stop" says - "app not found"rhc -a app stop gave me the usage help - rhc app-stop <app> [--namespace NAME]which hinted that a namespace might be necessary for stopping an app in another domain where I am a collaborator

rhc app-stop testappname --namespace domainname起作用了!

这篇关于OpenShift应用程序-使用Rhc作为管理员协作者无法查看日志的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-30 04:10