Open starksm64 opened 5 years ago
@starksm64 I've not run it recently. It's likely the fabric8 plugin is not up to date with the latest openshift.
Using mvn fabric8:create-routes
might give some additional info https://fabric8.io/guide/mavenFabric8CreateRoutes.html
or creating a route from route.yml may no longer be valid on OpenShift Online...
try changing to Route api version in your fragment that matches OCP 4.X
apiVersion: route.openshift.io/v1
and reapply
mvn fabric8:resource fabric8:resource-apply
i tested using the 4.2.0 mfp version. hth
Jeff, I was trying this today and it is failing in various spots with a new openshift online account, and the furthest I was able to get to was:
I suppose the fabric8 plugin or something is out of date. Have you run this recently?