[doc] Fix cloud-azure install / remove instructions
This commit is contained in:
parent
717a6dd092
commit
05678bc10a
|
@ -13,7 +13,7 @@ This plugin can be installed using the plugin manager:
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
sudo bin/plugin install cloud-aws
|
sudo bin/plugin install cloud-azure
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
The plugin must be installed on every node in the cluster, and each node must
|
The plugin must be installed on every node in the cluster, and each node must
|
||||||
|
@ -27,7 +27,7 @@ The plugin can be removed with the following command:
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
sudo bin/plugin remove cloud-aws
|
sudo bin/plugin remove cloud-azure
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
The node must be stopped before removing the plugin.
|
The node must be stopped before removing the plugin.
|
||||||
|
|
Loading…
Reference in New Issue