The account system:serviceaccount:default:router has the system:router
role, I checked that.
Also, I can only see that warning in the web console, how to see that
information with oc command ?
On Fri, Mar 15, 2019 at 8:17 AM Praveen Kumar <prkumar(a)redhat.com> wrote:
On Fri, Mar 15, 2019 at 4:30 PM Claudio Miranda <claudio(a)redhat.com> wrote:
>
> Hi, I am using fedora 29, minishift 1.32 and trying to create routes
> for a sonatype/nexus image, command "oc expose svc/nexus", the route
> is added but not enabled, the message is "The route is not accepting
> traffic yet because it has not been admitted by a router. ". I
> remember having this problem before, but somehow if worked after a
> while.
>
> How to solve this problem ?
There is already an article for same problem[0] and according to it
you should first check if router have proper role.
Make sure the service account system:serviceaccount:default:router has
the system:router role:
# oc adm policy add-cluster-role-to-user -n default system:router -z router
And now check if it has proper permission to update.
# oc policy who-can update routes/status -n default
[0]
https://access.redhat.com/solutions/3342611
>
> More information about the minishift runtime
>
>
https://gist.github.com/claudio4j/1f19c166166331d48b0631270b8dc522
>
> --
> Claudio Miranda <claudio(a)redhat.com>
> Senior Software Engineer - Syndesis (Fuse)
> _______________________________________________
> Minishift Mailing List mailing list -- minishift(a)lists.minishift.io
> To unsubscribe send an email to minishift-leave(a)lists.minishift.io
--
Praveen Kumar
https://fedoraproject.org/wiki/User:Kumarpraveen
--
Claudio Miranda <claudio(a)redhat.com>
Senior Software Engineer - Syndesis (Fuse)