Skip to content

Commit

Permalink
docs: remove duplicated word (#308)
Browse files Browse the repository at this point in the history
Signed-off-by: Mehdi Ounejjar <53841190+shonjmoj@users.noreply.github.com>
  • Loading branch information
shonjmoj committed Jul 16, 2024
1 parent 8820f8c commit 4d364af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Quick-Start Guide"

This guide will help you quickly launch a cluster with default options. The [installation section](./installation/installation.md) covers in greater detail how K3s can be set up.

Make sure your nodes meet the the [requirements](./installation/requirements.md) before proceeding.
Make sure your nodes meet the [requirements](./installation/requirements.md) before proceeding.

For information on how K3s components work together, refer to the [architecture section.](./architecture.md)

Expand Down Expand Up @@ -40,4 +40,4 @@ Setting the `K3S_URL` parameter causes the installer to configure K3s as an agen
Each machine must have a unique hostname. If your machines do not have unique hostnames, pass the `K3S_NODE_NAME` environment variable and provide a value with a valid and unique hostname for each node.
:::

If interested in having more server nodes, see [High Availability Embedded etcd](./datastore/ha-embedded.md) and [High Availability External DB](./datastore/ha.md) pages for more information.
If interested in having more server nodes, see [High Availability Embedded etcd](./datastore/ha-embedded.md) and [High Availability External DB](./datastore/ha.md) pages for more information.

0 comments on commit 4d364af

Please sign in to comment.