kubeslice / worker-operator

Kubeslice Worker Operator Opensource Repository: The KubeSlice Worker Operator is a Kubernetes operator that manages the lifecycle of KubeSlice worker clusters.
Apache License 2.0
60 stars 19 forks source link

fix(): fix netops race condition #174

Closed Rahul-D78 closed 1 year ago

Rahul-D78 commented 1 year ago

Instead of looping through nodePorts and send it one by one this PR will send multiple nodePorts at once hence in the netops sidecar we can compare the global map after connection context update without hitting any race condition.