mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
c3d9717b07
commit
4daeff28f8
@ -31,6 +31,12 @@ then you can get the ``~/.kube/config`` file using:
|
|||||||
--resource-group <name of resource group containing the cluster> \
|
--resource-group <name of resource group containing the cluster> \
|
||||||
--name <ACS cluster name>
|
--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
|
Step 3: Create Storage Classes
|
||||||
------------------------------
|
------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user