Skip to content

Commit 4c3256f

Browse files
fix(scheduler): Remove pod-name label from bindingRequests - v0.9 (#928)
Co-authored-by: davidLif <[email protected]>
1 parent c4d8885 commit 4c3256f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/scheduler/cache/cache.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ func (sc *SchedulerCache) Bind(taskInfo *pod_info.PodInfo, hostname string, bind
289289

290290
func (sc *SchedulerCache) createBindRequest(podInfo *pod_info.PodInfo, nodeName string, bindRequestAnnotations map[string]string) error {
291291
labels := map[string]string{
292-
"pod-name": podInfo.Pod.Name,
293292
"selected-node": nodeName,
294293
}
295294

0 commit comments

Comments
 (0)