Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nhennigan authored Feb 13, 2025
1 parent 399b3aa commit b2a5e21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/canonicalk8s/snap/howto/install/custom-worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ In this example, the name of the new worker node joining the cluster is
specified through command line arguments, rather than defaulting to the
hostname of the worker machine.

A join token must be generated on the control node of the cluster. It must be
specified the join token is for a `--worker` node. The name given for the worker
A join token must be generated on the control node of the cluster.
Specify the join token is for a `--worker` node. The name given for the worker
node in this example is `custom-worker` which is not the default hostname.

```
Expand Down Expand Up @@ -74,8 +74,8 @@ The output should list the `custom-worker` node in a `Ready` state.
In this example, the configuration file provided at cluster join will set the
proxy mode of the worker machine to `ipvs`.

A join token must be generated on the control node of the cluster. It must be
specified the join token is for a `--worker` node. The name given for the worker
A join token must be generated on the control plane node of the cluster.
Specify the join token is for a `--worker` node. The name given for the worker
node in this example is worker-machine which is the default hostname.

```
Expand Down

0 comments on commit b2a5e21

Please sign in to comment.