Skip to content

Commit

Permalink
Specify where to run the token command (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 authored Apr 9, 2024
1 parent 0602a3c commit 85b1756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/tutorial/add-remove-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ sudo k8s bootstrap
Canonical Kubernetes allows you to create two types of nodes: control plane and
worker nodes. In this example, we're creating a worker node.

Create the token for the worker node to join the cluster.
Generate the token required for the worker node to join the cluster by executing
the following command on the control-plane node:

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

0 comments on commit 85b1756

Please sign in to comment.