Skip to content

Commit

Permalink
Added the inability to use colon ':' character as environment variabl…
Browse files Browse the repository at this point in the history
…e names and described workaround
  • Loading branch information
bsteciuk committed Mar 6, 2018
1 parent f5b6cb3 commit 0d0f5a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started-guides/windows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ Some of these limitations will be addressed by the community in future releases
- The StatefulSet functionality for stateful applications is not supported
- Horizontal Pod Autoscaling for Windows Server Container pods has not been verified to work end-to-end
- Hyper-V Containers are not supported
- 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).


> 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.
> 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 comments on commit 0d0f5a6

Please sign in to comment.