Skip to content

Commit

Permalink
Use correct node size
Browse files Browse the repository at this point in the history
  • Loading branch information
btat committed May 25, 2020
1 parent c36130b commit b5634b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/cap_depl_eks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</para>

<screen>&prompt.user;eksctl create cluster \
--nodes <replaceable>3</replaceable> --node-type <replaceable>"t2.large"</replaceable> --node-volume-size <replaceable>60</replaceable>
--nodes <replaceable>3</replaceable> --node-type <replaceable>"t2.large"</replaceable> --node-volume-size <replaceable>&node_size;</replaceable>
</screen>
</sect1>

Expand Down

0 comments on commit b5634b2

Please sign in to comment.