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/getting-started-guides/windows/index.md
+13
Original file line number
Diff line number
Diff line change
@@ -493,14 +493,27 @@ Some of these limitations will be addressed by the community in future releases
493
493
- Mount propagation is not supported on Windows
494
494
- The StatefulSet functionality for stateful applications is not supported
495
495
- Horizontal Pod Autoscaling for Windows Server Container pods has not been verified to work end-to-end
496
+
<<<<<<< HEAD
496
497
- Hyper-V isolated containers are not supported.
497
498
- Windows container OS must match the Host OS. If it does not, the pod will get stuck in a crash loop.
498
499
- Under the networking models of L3 or Host GW, Kubernetes Services are inaccessible to Windows nodes due to a Windows issue. This is not an issue if using OVN/OVS for networking.
499
500
- Windows kubelet.exe may fail to start when running on Windows Server under VMware Fusion [issue 57110](https://github.com/kubernetes/kubernetes/pull/57124)
500
501
- Flannel and Weavenet are not yet supported
501
502
- Some .Net Core applications expect environment variables with a colon (`:`) in the name. Kubernetes currently does not allow this. Replace colon (`:`) with double underscore (`__`) as documented [here](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?tabs=basicconfiguration#configuration-by-environment).
503
+
||||||| merged common ancestors
504
+
- Hyper-V Containers are not supported
505
+
=======
506
+
- Hyper-V Containers are not supported
507
+
- Some .Net Core applications expect environment variables with a colon (`:`) in the name. Kubernetes currently does not allow this. Replace colon (`:`) with double underscore (`__`) as documented [here](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?tabs=basicconfiguration#configuration-by-environment).
508
+
>>>>>>> Added the inability to use colon ':' character as environment variable names and described workaround (#7657)
502
509
503
510
## Next steps and resources
504
511
512
+
<<<<<<< HEAD
505
513
- Support for Windows is in Beta as of v1.9 and your feedback is welcome. For information on getting involved, please head to [SIG-Windows](https://github.com/kubernetes/community/blob/master/sig-windows/README.md)
506
514
- Troubleshooting and Common Problems: [Link](https://docs.microsoft.com/en-us/virtualization/windowscontainers/kubernetes/common-problems)
515
+
||||||| merged common ancestors
516
+
> As of this writing, the Kube-proxy binary requires a pending Kubernetes [pull request](https://github.com/kubernetes/kubernetes/pull/56529) to work properly. You may need to [build](#build) the binaries manually to work around this.
517
+
=======
518
+
> As of this writing, the Kube-proxy binary requires a pending Kubernetes [pull request](https://github.com/kubernetes/kubernetes/pull/56529) to work properly. You may need to [build](#build) the binaries manually to work around this.
519
+
>>>>>>> Added the inability to use colon ':' character as environment variable names and described workaround (#7657)
0 commit comments