Akash Rungta

Results 23 comments of Akash Rungta

The controller watches the kubernetes service and endpoint slice resources. The code for that is abstracted out by [operator sdk](https://sdk.operatorframework.io/docs/building-operators/golang/operator-scope/). Perhaps you can subscribe to the events and debug on...

Hello, There is no code logic within the controller that triggers the re-registration. The controller subscribes to kubernetes updates events for the kind ServiceExport, Service, EndpointSlice and ClusterProperty. Unfortunately we...

@WJay-tec - Thanks for the detailed steps to produce. If I understand correctly, your service is ClusterIP? Can you check the `ips` in the `ServiceImport` object? If it gets updated...