Skip to content

Commit 02dea80

Browse files
authored
Merge pull request #361 from dpretty/patch-1
AWS kube-up looks for NODE_ROOT_DISK_SIZE
2 parents 5b1f156 + dadcd8f commit 02dea80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quickstart/provider/aws/boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ your instance sizes and worker count.
7171
export MASTER_SIZE=t2.medium
7272
export NODE_SIZE=t2.large
7373
export NUM_NODES=2
74-
export MINION_ROOT_DISK_SIZE=100
74+
export NODE_ROOT_DISK_SIZE=100
7575
```
7676

7777
Last, so you can easily identify instances in the AWS Console, specify an instance prefix:

0 commit comments

Comments
 (0)