Skip to content

Commit

Permalink
switch b and c steps for authentication (token before init)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmorley committed Mar 19, 2019
1 parent b4a00ee commit c67fe55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/source/digital-ocean/step-zero-digital-ocean.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ If you prefer to use the Digital Ocean portal see the `Digital Ocean Get Started
tar -xvf doctl-1.13.0-linux-amd64.tar.gz
sudo mv doctl /usr/bin/
c. Connect your local
CLI with your account:
b. Create an API token on the Digital Ocean portal. Navigate to API then Generate New Token.

c. Connect your local CLI with your account:

.. code-block:: bash
doctl auth init
b. Create an API token on the Digital Ocean portal. Navigate to API then Generate New Token.

#. Create your cluster.
Digital Ocean's kubernetes support is in beta so you'll need to run the following (add it to your .bashrc if you want to make this change permenant).

Expand Down

0 comments on commit c67fe55

Please sign in to comment.