Merge pull request #3882 from tobiasmuehl/patch-1

typo "exclude"
This commit is contained in:
Jen Travinski
2022-02-17 10:05:54 -05:00
committed by GitHub
@@ -3,7 +3,7 @@ title: "Disable Components Flags"
weight: 60
---
When starting K3s server with --cluster-init it will run all control plane components that includes (api server, controller manager, scheduler, and etcd). However you can run server nodes with certain components and execlude others, the following sections will explain how to do that.
Starting the K3s server with `--cluster-init` will run all control plane components, including the api server, controller manager, scheduler, and etcd. However, you can run server nodes with certain components and exclude others; the following sections will explain how to do that.
# ETCD Only Nodes