Skip to content

Commit

Permalink
Added reference to issue 67176 in limitations (kubernetes#8118)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteciuk authored and k8s-ci-robot committed Apr 19, 2018
1 parent 3141f94 commit d5e4684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/windows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ Some of these limitations will be addressed by the community in future releases
- Windows kubelet.exe may fail to start when running on Windows Server under VMware Fusion [issue 57110](https://github.com/kubernetes/kubernetes/pull/57124)
- Flannel and Weavenet are not yet 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 cgroups are not supported on windows, kubelet.exe should be started with the following additional arguments `--cgroups-per-qos=false --enforce-node-allocatable=""` [issue 61716](https://github.com/kubernetes/kubernetes/issues/61716)
## Next steps and resources

- 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)
Expand Down

0 comments on commit d5e4684

Please sign in to comment.