| commit | beec27c6bdc2da730ffa2a2be6a68e1610148913 | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Thu Oct 31 12:27:08 2024 +0000 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Tue Nov 05 13:11:03 2024 +0000 |
| tree | d9c130b03107cdcbadcc50ff850d96d0c83b8dcb | |
| parent | 2db687330d6c907bf31006730bdd161cd34cddaa [diff] [blame] |
metropolis/cli/metroctl: move takeownership under cluster subcommand tree This is in preparation for having more cluster-wide commands (same as we keep 'node' for all node-specific commands). Change-Id: I3fa5935e1d751261bf82a80cf61e811fa36effc9 Reviewed-on: https://review.monogon.dev/c/monogon/+/3593 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
diff --git a/metropolis/handbook/src/ch02-00-local-demo-cluster.md b/metropolis/handbook/src/ch02-00-local-demo-cluster.md index 76a26c4..1e64e4b 100644 --- a/metropolis/handbook/src/ch02-00-local-demo-cluster.md +++ b/metropolis/handbook/src/ch02-00-local-demo-cluster.md
@@ -71,7 +71,7 @@ After the first node is set up and running, you can take ownership of the upcoming cluster: ```shell -metroctl takeownership <bootstrap-node-address> +metroctl cluster takeownership <bootstrap-node-address> ``` This should result in the following output being displayed: ```