Skip to content

Commit

Permalink
fixed README.rst for local bootstrap dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
cakab committed Jul 24, 2018
1 parent f6fb83a commit 892b785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ To display files created by ekscli boostrap locally rather than on EC2 instances

.. code-block:: bash
# on EC2 instances
$ eks bootstrap --dry-run -n poc -r us-east-1 -m 32 \
# on local machine
$ eks bootstrap --dry-run -n poc -r us-east-1 -m 32 -i 127.0.0.1 \
-o node-labels=gpu=enable,role=node \
-o feature-gates=RotateKubeletServerCertificate=true,CRIContainerLogRotation=true
Expand Down

0 comments on commit 892b785

Please sign in to comment.