Tip for az acs kubernetes get-credentials...

Added a tip for when `$ az acs kubernetes get-credentials...` command gives an error after you enter the correct password.
This commit is contained in:
Troy McConaghy 2017-03-14 20:23:46 +01:00 committed by GitHub
parent c3d9717b07
commit 4daeff28f8

View File

@ -31,6 +31,12 @@ then you can get the ``~/.kube/config`` file using:
--resource-group <name of resource group containing the cluster> \
--name <ACS cluster name>
If it asks for a password (to unlock the SSH key)
and you enter the correct password,
but you get an error message,
then try adding ``--ssh-key-file ~/.ssh/<name>``
to the above command (i.e. the path to the private key).
Step 3: Create Storage Classes
------------------------------