Add scaling out text for MySQL8 cluster

Move a scaling out command from the mysql-innodb-cluster
charm README to the HA page in this guide.

Change-Id: I9c5e2f4a8d5f24ee8b0cedb3d3af13bce8c90e29
This commit is contained in:
Peter Matulis 2021-02-25 19:54:23 -05:00
parent 52919eac68
commit 1634bb1a20
1 changed files with 7 additions and 0 deletions

View File

@ -432,6 +432,13 @@ scenario:
mysql-innodb-cluster/7 active idle 1/lxd/5 10.246.114.59 Unit is ready: Mode: R/O
mysql-innodb-cluster/8 active idle 2/lxd/5 10.246.114.60 Unit is ready: Mode: R/O
Scaling out the database cluster can be done in the usual manner (new units
will immediately appear as read-only nodes):
.. code-block:: none
juju add-unit mysql-innodb-cluster
Refer to the `mysql-router`_ and `mysql-innodb-cluster`_ charm READMEs for more
information.