-
Notifications
You must be signed in to change notification settings - Fork 208
qat: Add AppArmor unconfided anntotation configurability in the operator #1591
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
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1591 +/- ##
==========================================
+ Coverage 51.89% 51.91% +0.02%
==========================================
Files 42 42
Lines 4916 4914 -2
==========================================
Hits 2551 2551
+ Misses 2215 2213 -2
Partials 150 150 ☔ View full report in Codecov by Sentry. |
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.
thanks @ozhuraki for getting this started! two comments
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.
forgot to add 'request changes'
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'd avoid having qat specific args in the operator cli. @mythi 's proposal for having the annotation as default and then allowing user to change it by modifying the CR seems like a better option.
0c37ec5
to
bcc84fc
Compare
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.
Looks good!
bcc84fc
to
7029aec
Compare
deployments/operator/samples/deviceplugin_v1_qatdeviceplugin.yaml
Outdated
Show resolved
Hide resolved
7029aec
to
3ca4b9c
Compare
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.
LGTM but changes in deviceplugin_v1_qatdeviceplugin.yaml
must be dropped
Signed-off-by: Oleg Zhurakivskyy <[email protected]>
Fixes: #1575