【发布时间】:2017-09-23 03:36:04
【问题描述】:
我正在使用 openshift v3 创建一个项目,但找不到 wildfly 从今天开始,我的 openshift Web 控制台中不再有选项。直到昨天它来了。
我再也找不到相同的了
尝试通过类似终端创建它
oc new-app --name=netsetos08 wildfly~https://github.com/test/test.git
--> Found image 18929ed (2 weeks old) in image stream "openshift/wildfly" under tag "latest" for "wildfly"
WildFly 10.1.0.Final
--------------------
Platform for building and running JEE applications on WildFly 10.1.0.Final
Tags: builder, wildfly, wildfly10
* A source build using source code from https://github.com/sarthak0488/checkincode.git will be created
* The resulting image will be pushed to image stream "netsetos08:latest"
* Use 'start-build' to trigger a new build
* This image will be deployed in deployment config "netsetos08"
* Port 8080/tcp will be load balanced by service "netsetos08"
* Other containers can access this service through the hostname "netsetos08"
--> Creating resources ...
error: User "test@test.com" cannot create imagestreams.image.openshift.io in project "default"
error: User "test@test.com" cannot create buildconfigs.build.openshift.io in project "default"
error: User "test@test.com" cannot create deploymentconfigs.apps.openshift.io in project "default"
error: User "test@test.com" cannot create services in project "default"
--> Failed
以上也无法继续
【问题讨论】:
-
您使用的是什么 OpenShift 实例?你自己? OpenShift 在线专业版? OpenShift 在线入门?如果是 Starter,是什么实例?还是 Minishift 或 CDK?
-
使用 OpenShift Online Starter 和实例是 starter-us-east-1.openshiftapps.com ,它直到昨天才可用,但从今天开始它没有出现。
-
尝试重新登录。我知道不清楚,但错误可能表明您的登录会话已过期。令牌仅持续 24 小时。再次登录后,通过运行
oc project确保您在您的项目中。 -
错过了您所说的也从 Web 控制台的目录中删除。只关注命令行问题。我正在查明发生了什么。
-
我告诉过这个问题现在应该解决了。