Skip to content

Commit 4457810

Browse files
committed
Turn on the internal launcherbased switch
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
1 parent f81f66e commit 4457810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/dual-pods/inference-server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (ni nodeItem) process(ctx context.Context, ctl *controller) (error, bool) {
6565
logger.V(4).Info("Processing items for node", "count", len(items))
6666
for localItem := range items {
6767
logger.V(4).Info("Processing node-local item", "item", localItem)
68-
launcherbased := true // TODO(waltforme): externalize this switch
68+
launcherbased := false // TODO(waltforme): externalize this switch
6969
var err error
7070
var retry bool
7171
if launcherbased {

0 commit comments

Comments
 (0)