Skip to content

Commit

Permalink
Add coordinator as the Ownerreferces of frontend deployment. (#2830)
Browse files Browse the repository at this point in the history
Fixes #2829

Signed-off-by: Ye Cao <caoye.cao@alibaba-inc.com>
  • Loading branch information
dashanji authored Jun 7, 2023
1 parent ec218cf commit d75ba7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/gscoordinator/kubernetes_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ def get_engine_config(self):
def _create_services(self):
self._create_engine_stateful_set()
if self._with_interactive:
self._create_frontend_deployment()
self._create_frontend_deployment(owner_references=self._owner_references)
# self._create_frontend_service()
if self._with_mars:
# scheduler used by Mars
Expand Down

0 comments on commit d75ba7b

Please sign in to comment.