Skip to content

Commit

Permalink
Fix anchors for updating and troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Napp committed Oct 12, 2020
1 parent 4191eaf commit 7eb97ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions adoc/admin-cluster-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ from the original management workstation.

Bootstrapping the cluster is the initial process of starting up a minimal
viable cluster and joining the first master node. Only the first master node needs to be bootstrapped,
later nodes can simply be joined as described in <<adding_nodes>>.
later nodes can simply be joined as described in <<adding-nodes>>.

Before bootstrapping any nodes to the cluster,
you need to create an initial cluster definition folder (initialize the cluster).
Expand All @@ -28,7 +28,7 @@ This is done using `skuba cluster init` and its `--control-plane` flag.
For a step by step guide on how to initialize the cluster, configure updates using `kured`
and subsequently bootstrap nodes to it, refer to the _{productname} Deployment Guide_.

[[adding_nodes]]
[#adding-nodes]
== Adding Nodes

Once you have added the first master node to the cluster using `skuba node bootstrap`,
Expand Down Expand Up @@ -65,7 +65,7 @@ If you are using a virtual machine template for creating new cluster nodes,
you must make sure that *before* joining the cloned machine to the cluster it is updated to the same software versions
than the other nodes in the cluster.

Refer to <<handling-updates>>.
Refer to <<handling_updates>>.

Nodes with mismatching package or container software
versions might not be fully functional.
Expand Down Expand Up @@ -129,7 +129,7 @@ you will need to use a combination of commands.
. Reinstall the node from scratch.
. Run `skuba node join --role <DESIRED_ROLE> --user <USER_NAME> --sudo --target <IP/FQDN> <NODE_NAME>`.

[[node_operations]]
[#node_operations]
== Node Operations

=== Uncordon and Cordon
Expand Down
4 changes: 2 additions & 2 deletions adoc/admin-troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ Dex & Gangway will then use the same client secret.

== Replacing a Lost Node

If your cluster loses a node, for example due to failed hardware, remove the node as explained in <<removing_nodes>>.
Then add a new node as described in <<adding_nodes>>.
If your cluster loses a node, for example due to failed hardware, remove the node as explained in <<removing-nodes>>.
Then add a new node as described in <<adding-nodes>>.

== Rebooting an Undrained Node with RBD Volumes Mapped

Expand Down
3 changes: 1 addition & 2 deletions adoc/admin-updates.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[[handling_updates]]

[#handling_updates]
== Update Requirements

[IMPORTANT]
Expand Down

0 comments on commit 7eb97ad

Please sign in to comment.