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
+2-1
Original file line number
Diff line number
Diff line change
@@ -440,6 +440,7 @@ Some of these limitations will be addressed by the community in future releases
440
440
- The StatefulSet functionality for stateful applications is not supported
441
441
- Horizontal Pod Autoscaling for Windows Server Container pods has not been verified to work end-to-end
442
442
- Hyper-V Containers are not supported
443
+
- 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).
443
444
444
445
445
-
> 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.
446
+
> 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.
0 commit comments