From 4992b53309882407a6c542c7566cd41055906c07 Mon Sep 17 00:00:00 2001 From: nicholaskuechler Date: Fri, 1 Mar 2024 11:57:43 -0600 Subject: [PATCH] Updates ubuntu+k3s+understack install doc with example output --- docs/install-understack-ubuntu-k3s.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/install-understack-ubuntu-k3s.md b/docs/install-understack-ubuntu-k3s.md index c44b092f3..5e0c32e78 100644 --- a/docs/install-understack-ubuntu-k3s.md +++ b/docs/install-understack-ubuntu-k3s.md @@ -388,6 +388,17 @@ kubectl exec -it openstack-admin-client -n openstack -- openstack baremetal driv kubectl exec -it openstack-admin-client -n openstack -- openstack baremetal conductor list ``` +If everything is working, you should see output similar to the following: + +``` +# kubectl exec -it openstack-admin-client -n openstack -- openstack baremetal conductor list ++---------------------------------------------+-----------------+-------+ +| Hostname | Conductor Group | Alive | ++---------------------------------------------+-----------------+-------+ +| 915966-utility01-ospcv2-iad.openstack.local | | True | ++---------------------------------------------+-----------------+-------+ +``` + References: * [https://github.com/rackerlabs/understack/blob/main/components/13-ironic/README.md](https://github.com/rackerlabs/understack/blob/main/components/13-ironic/README.md) \ No newline at end of file