Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: Sidecar feature gate was disabled as part of bug 1933070. Users should have the ability to enable launcher hooks, when needed (this option is currently not available). Version-Release number of selected component (if applicable): CNV 4.8.0 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Fabian, we explicitly removed the sidecar feature gate considering it a secure hole. The user can optionally enable it with kubevirt.kubevirt.io/jsonpatch annotation and this will taint the product with a condition like: { ... "message": "Unsupported feature was activated via an HCO annotation", "reason": "UnsupportedFeatureAnnotation", "status": "True", "type": "TaintedConfiguration" } do you think we should consider the sidecar feature gate as a properly supported feature and expose and document an API for it?
The sidecar feature gate is not something that we want to officially support, it can still be enabled and tested/consumed using the kubevirt.kubevirt.io/jsonpatch annotation on HCO CR. Closing this as WONTFIX