-
Notifications
You must be signed in to change notification settings - Fork 208
Operator: add support for tolerations and add differentiation labels #1686
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
Conversation
@hj-johannes-lee I wasn't able to test the operatorhub change (label add) locally. Do you know if there's a way to do it? |
fd29a89
to
9d42945
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1686 +/- ##
==========================================
+ Coverage 39.67% 39.88% +0.21%
==========================================
Files 73 75 +2
Lines 6520 6651 +131
==========================================
+ Hits 2587 2653 +66
- Misses 3782 3840 +58
- Partials 151 158 +7 ☔ View full report in Codecov by Sentry. |
9d42945
to
c0aa5dc
Compare
c0aa5dc
to
41f71a8
Compare
deployments/operator/crd/bases/deviceplugin.intel.com_dlbdeviceplugins.yaml
Show resolved
Hide resolved
41f71a8
to
d172654
Compare
@tkatila I tested just by pushing the image to dockerhub (private). Locally, you need to have local registry which I gave up after a few times of attempts..! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this can Fixes: #1571
too
Oops, not sure how I thought it was still open. Nevermind about this comment |
Signed-off-by: Tuomas Katila <[email protected]>
Add one device plugin specific label to differentiate our operator from all the possible operators within same namespace. Signed-off-by: Tuomas Katila <[email protected]>
d172654
to
6a4434b
Compare
Fixes #1676
Fixes #1617