Skip to content

Commit 0018270

Browse files
fix(scheduler): Remove pod-name label from bindingRequests - v0.12 (#929)
Co-authored-by: davidLif <[email protected]>
1 parent 9e4e0f8 commit 0018270

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)