Skip to content

Commit

Permalink
Updating cluster name flag from deprecated name to cluster (eksct…
Browse files Browse the repository at this point in the history
…l-io#2699)

Co-authored-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
chrisjohnson00 and michaelbeaumont authored Oct 2, 2020
1 parent 00df240 commit 1ece6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userdocs/src/usage/windows-worker-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To create a new cluster without using a config file, issue the following command
```console
eksctl create cluster --name=windows-cluster --node-ami-family=WindowsServer2019CoreContainer
eksctl create nodegroup --cluster=windows-cluster --node-ami-family=AmazonLinux2 --nodes-min=2 --node-type=t2.large
eksctl utils install-vpc-controllers --name=windows-cluster --approve
eksctl utils install-vpc-controllers --cluster=windows-cluster --approve
```


Expand All @@ -51,7 +51,7 @@ To enable running Windows workloads on an existing cluster with Linux nodes (`Am

```console
eksctl create nodegroup --cluster=existing-cluster --node-ami-family=WindowsServer2019CoreContainer
eksctl utils install-vpc-controllers --name=windows-cluster --approve
eksctl utils install-vpc-controllers --cluster=windows-cluster --approve
```

To ensure workloads are scheduled on the right OS, they must have a `nodeSelector` targeting the OS it must run on:
Expand Down

0 comments on commit 1ece6dc

Please sign in to comment.