Skip to content

Commit

Permalink
EKS increase instance to t3.xlarge (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
btat authored Jun 16, 2020
1 parent 998f1ab commit a787803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml/cap_depl_eks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<itemizedlist>
<listitem>
<para>
Node sizes are at least <literal>t2.large</literal>.
Node sizes are at least <literal>t3.xlarge</literal>.
</para>
</listitem>
<listitem>
Expand All @@ -86,7 +86,7 @@
</para>

<screen>&prompt.user;eksctl create cluster --name <replaceable>kubecf</replaceable> --version <replaceable>&min_kube;</replaceable> \
--nodegroup-name <replaceable>standard-workers</replaceable> --node-type <replaceable>t2.large</replaceable> \
--nodegroup-name <replaceable>standard-workers</replaceable> --node-type <replaceable>t3.xlarge</replaceable> \
--nodes <replaceable>3</replaceable> --node-volume-size <replaceable>&node_size;</replaceable> \
--region <replaceable>us-east-2</replaceable> --managed \
--ssh-access --ssh-public-key <replaceable>/path/to/some_key.pub</replaceable>
Expand Down

0 comments on commit a787803

Please sign in to comment.