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