Skip to content

Commit

Permalink
Merge pull request #292 from austbot/patch-1
Browse files Browse the repository at this point in the history
Fix Typo in docs
  • Loading branch information
errordeveloper authored Oct 30, 2018
2 parents 79fbdb3 + d54a910 commit 51d3dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ kops create cluster cluster-1.k8s.local --zones=us-west-2c,us-west-2b,us-west-2a

You can create an EKS cluster in the same AZs using the same VPC subnets (NOTE: at least 3 subnets are required):
```
eksctl crearte cluster --name=cluster-2 --region=us-west-2 --vpc-from-kops-cluster=cluster-1.k8s.local
eksctl create cluster --name=cluster-2 --region=us-west-2 --vpc-from-kops-cluster=cluster-1.k8s.local
```

### GPU Support
Expand Down

0 comments on commit 51d3dbe

Please sign in to comment.