From 20f3764eaf658cb0ca5cb7c1668d4090f878573c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 13 Nov 2024 16:36:36 +0100 Subject: [PATCH] Update docs/install.md Co-authored-by: Tom Wieczorek Signed-off-by: Natanael Copa --- docs/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index a78321fa19ab..50f1785dd899 100644 --- a/docs/install.md +++ b/docs/install.md @@ -31,7 +31,8 @@ Though the Quick Start material is written for Debian/Ubuntu, you can use it for ``` NOTE: - The `--single` option will disable features needed for multi-node clusters so you will not be able to extend this cluster. If you want be able to extend the cluster in the future you should instead use: + The `--single` option will disable features needed for multi-node clusters, so you will not be able to extend this cluster. If you want to be able to extend the cluster in the future, you should use: + ``` shell sudo k0s install controller --enable-worker --no-taints ```