我正在使用openshift v3创建一个项目,但无法找到野生蝇 从今天开始我的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
无法通过以上方式继续
答案 0 :(得分:0)
这是一个已解决的已知问题。经过一段时间后,选项会回到Web控制台
但命令行正常工作
oc new-app
现在修复了