-
Notifications
You must be signed in to change notification settings - Fork 296
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
Adds support for Windows worker nodes #1052
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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 know it's a wip, so just high level review on the approach
config/crd/bases/infrastructure.cluster.x-k8s.io_haproxyloadbalancers.yaml
Show resolved
Hide resolved
@gab-satchi , if we ignore NetBIOS support, with image-builder changes, is this PR still needed? |
won't be required. The controller logic won't need changing at all but the Windows flavour template generation can still be used |
@gab-satchi cool. maybe worth splitting the flavour stuff out into a separate PR, and then we can decide based on the outcome of kubernetes-sigs/cluster-api#2217 |
- Adds windows flavour to template generator - Limits vSphereVM name to 15 characters when OS is type Windows - Adds OS field to vsphere machines
- Remove hostname command from prekubeadm commands - Add capv user to Administrators group
@gab-satchi: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@gab-satchi: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
If this work is still active, it might be worthwhile to solidify the naming pattern for windows machines across cluster-api providers. Perhaps consider something similiar to capz - kubernetes-sigs/cluster-api-provider-azure#1313. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
@gab-satchi Is the PR still relevant? We could consider re-opening it at a later time. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
What this PR does / why we need it:
Special notes for your reviewer:
Relies on an image built from this image builder PR
Release note: