sig-windows-dev-tools
sig-windows-dev-tools copied to clipboard
Host Process containers for CNIs
see https://github.com/kubernetes-sigs/sig-windows-tools/pull/239/files
And lets co-evolve to accomodate flannel and calico host-process CNIs.
-
calico: https://projectcalico.docs.tigera.io/getting-started/windows-calico/quickstart#install-calico-for-windows-using-hostprocess-containers
-
antrea: https://antrea.io/docs/v1.10.0/docs/windows/
some links for noobs that might help
https://kubernetes.io/blog/2022/12/13/windows-host-process-containers-ga/
https://kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/
https://www.youtube.com/watch?v=vOo__3GqyxM
Get-Service: how to see services running on the windows node (edited)
/good-first-issue
ping me, @knabben , @dougsland for help getting started
@jayunit100: This request has been marked as suitable for new contributors.
Guidelines
Please ensure that the issue body includes answers to the following questions:
- Why are we solving this issue?
- To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
- Does this issue have zero to low barrier of entry?
- How can the assignee reach out to you for help?
For more details on the requirements of such an issue, please see here and ensure that they are met.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.
In response to this:
/good-first-issue
ping me, @knabben , @dougsland for help getting started
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.
We should try and target the new out-of-tree windows-service-proxy / kube-proxy with this work too.
This is supported in Antrea v1.10 as well: look for hostProcess in https://antrea.io/docs/v1.10.0/docs/windows/.
cc @jayunit100
@antoninbas .. can we run OVS in the pod or that still has to be standalonE?
@antoninbas .. can we run OVS in the pod or that still has to be standalonE?
Wenying has commented on the Antrea Slack that OVS cannot be run as a container yet.