Skip to content
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

[all] add support for Windows nodes #3222

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

atoulme
Copy link

@atoulme atoulme commented Aug 16, 2024

Description:
Add support to build Windows images of the Docker images used by the operator and add them as an additional manifest platform on pushed images.

Link to tracking Issue(s):
Fixes #642

Testing:
Not much. I however have a k8s environment with Windows nodes to try things in.

@atoulme atoulme requested review from a team August 16, 2024 03:04
Copy link
Contributor

@swiatekm swiatekm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just building the images doesn't resolve #642. The main blocker for that issue is testing, as we're not comfortable releasing or supporting untested images. As per Jacob's comment here, for us to accept this you either need to find a way to run tests in a cluster with Windows nodes in our CI, or commit to maintaining such tests externally, similar to what Red Hat does for OpenShift.

We're open to implementing this, but it's unfortunately not that simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows nodes support
2 participants