Skip to content

Commit

Permalink
Updates ubuntu+k3s+understack install doc with example output
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskuechler committed Mar 1, 2024
1 parent 3f77c0a commit 4992b53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/install-understack-ubuntu-k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 4992b53

Please sign in to comment.