对于openshift v3,Wildfly选项不可用

我正在使用openshift v3创建一个项目,但是从今天起我无法在openshift Web控制台中找到wildfly选项。 直到昨天它即将到来。

在此处输入图像描述

我再也找不到相同的了

尝试通过终端创建它

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 

也无法通过以上方式继续进行

这是一个已解决的已知问题。经过一段时间后,选项会在Web控制台中重新出现

但是命令行正常工作

 oc new-app 

它现在已修复