-
Notifications
You must be signed in to change notification settings - Fork 66
fix: Add 'nodeSelector' field for DTS deployment #1115
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
14fc417 to
687b0cf
Compare
Pull Request Test Coverage Report for Build 11719409002Details
💛 - Coveralls |
| serviceAccount: doca-telemetry-service | ||
| nodeSelector: | ||
| feature.node.kubernetes.io/pci-15b3.present: "true" | ||
| network.nvidia.com/operator.mofed.wait: "false" |
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.
can you add a comment why this label is needed for posterity :) ?
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.
can you add a comment why this label is needed for posterity :) ?
is'n it enough to have it in a commit message only?
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.
just so we dont need to dig into commits about this.
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.
done
|
/retest-image_scan |
We need to run it after DOCA driver is started to be able successfully restart driver by a container. Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
687b0cf to
1309fcd
Compare
We need to run it after DOCA driver is started to be able successfully restart driver by a container.