-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(python): Decode the k8s node selector and convert it as a dict. #3477
Conversation
224c314
to
dd3a399
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3477 +/- ##
===========================================
- Coverage 46.22% 26.04% -20.18%
===========================================
Files 174 192 +18
Lines 16172 17340 +1168
===========================================
- Hits 7476 4517 -2959
- Misses 8696 12823 +4127
... and 82 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
a3e19d6
to
acaf439
Compare
Could you merge this PR? @dashanji |
No problem. |
CI passed. /cc @siyuan0322 |
What do these changes do?
As titled.
During test, I find not all pods are scheduled to the same node.
We should support to add the node selector to the frontend and vineyard etcd.
Related issue number
Fixes #3476