Jing Lin
Jing Lin
I think is Readiness port? but this is not for real business status. > @fabriziofiorucci Could you use IngressLink to accomplish [client]---[LTM]---[NGINX KIC] integration. IngressLink is coded to monitor the...
A possible way: 1. Expose business svc as usual, using NGINX Plus ingress controller 2. Expose the NIC as a k8s svc, then use ingress again(only for CIS this time)...
VS, TS should include same ability.
if you there is nothing on gtm, you maybe also need check the CIS deployment parameters carefully. Make sure gtm credential is there
Thanks @trinaths @mdditt2000
@trinaths Maybe we can make a little enhancement. Let the pods that sit on the node that with correct flannel annotations to be updated into F5.
this will let CIS to be more robust, even only one node has wrong annotations, other normal nodes can still work with CIS. Thus will make customer's business to be...
I can not understand why you keep asking reproduce a problem without manual intervention. As @kkfinkkfin said, the root cause of the flannel issue can not be reproduced always. But...
CIS does not need care about how often the flannel trigger the issue. CIS should care about the result of the issue(the annotation errors). And take according actions to make...
> > @myf5 > > I guess a quick hack/fix is to remove `log.Errorf` and `return`, use `log.Infof ("[VxLAN] %v", err)` https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/pkg/vxlan/vxlanMgr.go#L229-L233 > > if only log informational message, it...