It's not fixed yet. Here are the 2 related upstream issues: https://github.com/kubernetes/kubernetes/issues/11338
https://github.com/kubernetes/kubernetes/issues/17612 Andy On Fri, Jul 22, 2016 at 9:03 AM, Tobias Florek <[email protected]> wrote: > Hi. > > I am speaking about origin 1.2.1 behavior. If that is fixed in more > recent versions, please tell me! > > When watching routes, one gets newly created and status-changed routes > as expected. What I did not expect was getting deleted routes with no > indication, that the route is going to be deleted. > > How can I filter/recognize the delete events without checking the route > explicitly via `oc get route <the_route>`? > > Example: > > In one terminal: > > > oc expose <some_service> --... (to create a route to play with) > > oc get routes --watch-only -o yaml > > In another terminal: > > > oc delete route <some_service> > > This will show the complete route in the first terminal, with no > indication that the route is going to be deleted. > > > Cheers, > Tobias Florek > > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
