Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nhennigan committed Feb 14, 2025
1 parent f49ffed commit ccc2f81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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,9 +74,9 @@ 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
node in this example is worker-machine which is the default hostname.
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.

```
sudo k8s get-join-token worker-machine --worker
Expand Down

0 comments on commit ccc2f81

Please sign in to comment.