Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prageethw authored Jan 11, 2019
1 parent f899e02 commit 8b8e827
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,17 @@ To delete a nodegroup, run:

```
eksctl delete nodegroup --cluster=<clusterName> --name=<nodegroupName>
```
### Enable Autoscaling

```bash

eksctl create cluster --asg-access=true

or

eksctl create nodegroup --cluster=<clusterName> [--name=<nodegroupName>] --asg-access=true

```

### VPC Networking
Expand Down

0 comments on commit 8b8e827

Please sign in to comment.