Add Windows support (#555)

* Add Windows support

* Assign eks:kube-proxy-windows group to worker nodes

* Add Instructions for adding Windows Workers at FAQ.md

* Remove unnecessary variables from userdata_windows.tpl

* Update CHANGELOG.md
This commit is contained in:
Joonsung Lee
2019-10-28 22:16:45 +09:00
committed by Thierno IB. BARRY
parent be6fa61d0d
commit 2d52e06786
11 changed files with 84 additions and 8 deletions

View File

@@ -98,3 +98,9 @@ module "eks" {
# ...
}
```
## How can I use Windows workers?
To enable Windows support for your EKS cluster, you should apply some configs manually. See the [Enabling Windows Support (Windows/MacOS/Linux)](https://docs.aws.amazon.com/eks/latest/userguide/windows-support.html#enable-windows-support).
Windows worker nodes requires additional cluster role (eks:kube-proxy-windows). If you are adding windows workers to existing cluster, you should apply config-map-aws-auth again.