Viktor Oreshkin

Results 167 comments of Viktor Oreshkin

Editor was replaced by pegasus written in swift, and A LOT of stuff changed.

Reactions aren't available in mobile site yet.

another usecase – testing for UPDATE's with `oldObject`

considering that multiple audits probably should not be running at the same time, and audit interval is most likely going to be in range of minutes, I'd suggest ditching the...

@maxsmythe I'm not sure that last-finished time is needed – I'm currently using `gatekeeper_audit_duration_seconds_count` to see when audits are completed. However, there's a problem with last-finished time metric (special metric...

there's more to discuss before submitting any patches though :) Should annotations be supported in nfd-worker config, or should they be exclusive for `NodeFeatureRole`s? _I think supporting them in NFRs...

@marquiz I'm also thinking taints and annotations are related and can be implemented in a similar way [I've posted some thoughts on it on slack](https://kubernetes.slack.com/archives/C01A82FKSQK/p1660923321999849), copying here too: > we’d...

> The prefix (or annotation namespace) that we currently use in NFD is `nfd.node.kubernetes.io/` What about using `feature.node.kubernetes.io/` or some other value instead, and explicitly disallowing annotations with prefix `nfd.node.kubernetes.io/`...

@fmuyassarov I'm not working on taints since annotations haven't been looked at anyway, I'm waiting on review on annotations.