Skip to content
Snippets Groups Projects
Commit fcb3145d authored by Steven Dake's avatar Steven Dake
Browse files

Remove -master from README.md

The removal of the foo-master labels left the README.md in an
incorrect state.  Fix that problem.

Change-Id: I61802a18c0f424cd9e5c16b988d5fbd5d462afac
parent 296b09e0
No related branches found
No related tags found
No related merge requests found
...@@ -64,12 +64,12 @@ their addresses. You'll see the same thing in keystone when it's launched. ...@@ -64,12 +64,12 @@ their addresses. You'll see the same thing in keystone when it's launched.
$ kubecfg -c mariadb-service.json create services $ kubecfg -c mariadb-service.json create services
ID Labels Selector Port ID Labels Selector Port
---------- ---------- ---------- ---------- ---------- ---------- ---------- ----------
mariadbmaster name=mariadb-master 3306 mariadb name=mariadb 3306
$ kubecfg -c mariadb.json create pods $ kubecfg -c mariadb.json create pods
ID Image(s) Host Labels Status ID Image(s) Host Labels Status
---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ----------
mariadb kollaglue/fedora-rdo-mariadb / name=mariadb-master Waiting mariadb kollaglue/fedora-rdo-mariadb / name=mariadb Waiting
``` ```
To verify their creation and see their status use the list command. You are ready to move on when the To verify their creation and see their status use the list command. You are ready to move on when the
pod's status reaches **Running**. pod's status reaches **Running**.
...@@ -77,7 +77,7 @@ pod's status reaches **Running**. ...@@ -77,7 +77,7 @@ pod's status reaches **Running**.
$ kubecfg list pods $ kubecfg list pods
ID Image(s) Host Labels Status ID Image(s) Host Labels Status
---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ----------
mariadb kollaglue/fedora-rdo-mariadb 10.0.0.3/ name=mariadb-master Running mariadb kollaglue/fedora-rdo-mariadb 10.0.0.3/ name=mariadb Running
``` ```
If MariaDB doesn't move to running within a few minutes use journalctl on the master and the nodes to If MariaDB doesn't move to running within a few minutes use journalctl on the master and the nodes to
troubleshoot. The first command is for the master and the second is for the nodes. troubleshoot. The first command is for the master and the second is for the nodes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment