Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Log message wrong #422

Closed
chenyangxueHDU opened this issue Oct 13, 2018 · 0 comments
Closed

Log message wrong #422

chenyangxueHDU opened this issue Oct 13, 2018 · 0 comments

Comments

@chenyangxueHDU
Copy link
Contributor

Line 84~85 in kube-batch\pkg\scheduler\plugins\predicates\predicates.go

			return fmt.Errorf("task <%s/%s> does not tolerate node <%s> taints",
				node.Name, task.Namespace, task.Name)

it should be

			return fmt.Errorf("task <%s/%s> does not tolerate node <%s> taints",
				task.Namespace, task.Name, node.Name)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant