質問

I'm trying to save an App snapshot on OpenShift, however it complains that my application isn't found. When I type rhc apps my application is correctly listed, not sure what I could be doing wrong.

For example:

appname @ http://appname-domain.rhcloud.com

when I run rhc snapshot save -a appname, I get:

Application 'appname' not found.
役に立ちましたか?

解決

If the application is not in your default namespace, then you will need to add the -n option to your rhc snapshot save command. That could be your issue.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top