-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support Windows Server Containers for K8s #116
Comments
cc: @sarahnovotny, @idvoretskyi, and @kubernetes/sig-node |
@kubernetes/huawei |
thanks for sending us this @luxas |
Marked as "Alpha" per @michmike request. |
@michmike can you confirm that this item targets beta in 1.6? |
@idvoretskyi , yes that's right. thanks! |
Automatic merge from submit-queue Powershell script to start kubelet and kube-proxy **What this PR does / why we need it**: This PR adds a powershell script to run kubelet and kube-proxy on Windows. It expects the required arguments like `API Server` location and uses appropriate defaults. **Which issue this PR fixes** : fixes # #34270 **Special notes for your reviewer**: This PR is for supporting Windows Server Containers for k8s, the work for which is covered under kubernetes/enhancements#116 This PR should be merged after #31707 and #36079 PRs are merged **Release note**: ```release-note ```
@spiffxp should we mark this as "Tracked/yes" now for v1.14 since we also have the KEP |
@michmike - targeting stable for 1.14 correct? |
@claurence that is accurate. |
KEP was approved today for stable release with 1.14 |
Hello, 1.14 enhancement shadow here. Code Freeze is March 7th and all PRs must be merged by then to your issue to make the 1.14 release. What open K/K PRs do you still have that need to merge? Thanks |
@lledru we have some work that's underway and includes a few PRs. you can see our tracking board for 1.14 here. https://github.com/orgs/kubernetes/projects/8 |
The placeholder Documentation PR is in place |
@michmike looking at that tracking board is everything in the 1.14 release blocking column what should be merged by code freeze? it looks like if I'm interpreting that correctly that is 9 open PRs in K/K that need to be merged by Friday? |
@claurence that is correct. it is going to be a tight squeeze. a few of those PRs are ready to be merged today already. |
3 years after the forming of SIG-Windows, we are pleased to announce that Kubernetes v1.14 will include stable support for windows
/close |
@michmike: Closing this issue. In response to this:
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. |
enhancements/template: Fix openshift-docs links
Description
Microsoft, in collaboration with Docker, is introducing a new feature called Windows Server Containers, which enables Docker containers to run on Windows. SIG-Windows would like to enhance Kubernetes to support Windows Server Containers (and Windows Server 2016 as the operating system of choice for the windows-based kubelet). With this feature, customers will be able to run Windows-based and .NET-based applications inside containers on Kubernetes. Kubernetes will be the first fully functional cross-platform cluster manager.
Feature Description
SIG-Windows approved GA release criteria: https://docs.google.com/document/d/1YkLZIYYLMQhxdI2esN5PuTkhQHhO0joNvnbHpW68yg8/edit (old)
New KEP release criteria:
#676
The text was updated successfully, but these errors were encountered: