eraser
eraser copied to clipboard
add windows support
Describe the solution you'd like support for windows nodes
example: https://github.com/Azure/secrets-store-csi-driver-provider-azure/blob/master/Makefile#L133-L139
/assign @vyta
Happy to take a stab at this @helayoty
We need a design to be able to support Windows. Here are some thoughts:
- There is no scanner support to scan windows images. Even with a pure windows image manifest (see #3), we will fail the scan so all windows images will be removed.
- We don't have infra set up to be able to test with windows agents or push windows images
- ~~Scanner does not run per node, but only 1 instance. Because windows images are usually part of a manifest list that contain Linux images, the scanner will scan Linux images.~~ not applicable anymore with the new design change