Marcus
Marcus
@antoninbas Any plans to implement this in the foreseeable future? This feature would be very handy to get complete visibility in the cluster. While inter/intra node traffic is useful, you're...
Use case 2 is very interesting for our setup, however that is limited to service ips. Could there be a feature switch/selector to enable/disable what and when you should advertise?...
> @ColonelBundy Question: I understand that you want to advertise the Pod CIDR or Service IP to another AS. Do you want the routes advertised from another AS to be...
> > > @ColonelBundy Question: I understand that you want to advertise the Pod CIDR or Service IP to another AS. Do you want the routes advertised from another AS...
> > Use case 2 is very interesting for our setup, however that is limited to service ips. Could there be a feature switch/selector to enable/disable what and when you...
> > And also to clarify, a selector for which pod cidrs to advertise would also be very handy. > > Do you mean that using a selector to select...
> > > > And also to clarify, a selector for which pod cidrs to advertise would also be very handy. > > > > > > > > >...
Yes this is possible, you can achieve this by adding hooks and implement the logic for invalidation there. Example: ``` Model.hook('afterCreate', function(instance, options) { // Invalidate/update cache here }; Model.hook('afterDestroy',...