You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/proposals/20200804-windows-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ the [image-builder project](https://github.com/kubernetes-sigs/image-builder) th
115
115
built need to adhere to [Windows licensing requirements](https://www.microsoft.com/en-us/licensing/product-licensing/windows-server).
116
116
117
117
There is prior art for building Windows base images. For example, AKS-Engine has an example implementation for using packer and scripts to do image configuration: https://github.com/Azure/aks-engine/blob/master/vhd/packer/windows-vhd-builder.json.
118
-
Another example is the the [sig-windows-tools](https://github.com/kubernetes-sigs/sig-windows-tools) which provide scripts for image configuration when using Kubeadm.
118
+
Another example is the [sig-windows-tools](https://github.com/kubernetes-sigs/sig-windows-tools) which provide scripts for image configuration when using Kubeadm.
119
119
120
120
Although the Linux implementation in image-builder uses Ansible for configuration, Windows isn't going to share
121
121
the same configuration because [Ansible](https://docs.ansible.com/ansible/latest/user_guide/windows.html) requires [Windows specific modules](https://docs.ansible.com/ansible/2.9/modules/list_of_windows_modules.html) to do the configuration.
@@ -131,7 +131,7 @@ and use privileged containers in place of wins.exe enabled containers.
131
131
132
132
Each infrastructure providers must provide their own `PreKubeadmCommands`/`PostKubeadmCommands` scripts that
133
133
are required for additional configuration for the node. During planning for Beta we will be able to identify
134
-
common overlapping features that can be added into the the base images in image-builder and for re-use
134
+
common overlapping features that can be added into the base images in image-builder and for re-use
0 commit comments