From 12fa7893f673d9c2721e527dc0ccc9ec3b198060 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Wed, 4 Dec 2024 13:42:24 +0100 Subject: [PATCH] update kubectl instructions --- docs/admin/Installation/CCX-Install-Laptop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/Installation/CCX-Install-Laptop.md b/docs/admin/Installation/CCX-Install-Laptop.md index 296c919..4b16986 100644 --- a/docs/admin/Installation/CCX-Install-Laptop.md +++ b/docs/admin/Installation/CCX-Install-Laptop.md @@ -6,8 +6,8 @@ This guide explains how to install Docker Desktop, enable Kubernetes, configure ## Prerequisites - **System requirements**: a laptop/desktop with atleast 4 cores and 8GB of RAM, 20GB of free storage. -- **kubectl** installed and on the PATH, [get kubectl here](https://kubernetes.io/docs/tasks/tools/#kubectl). - **Docker Desktop**, you can download Docker Desktop from the [official Docker website](https://www.docker.com/products/docker-desktop/). +- **kubectl** installed and on the PATH, [get kubectl here](https://kubernetes.io/docs/tasks/tools/#kubectl). Please note that Docker Desktop may install this when you enable Kubernetes. - **AWS CLI**, see the [AWS installation guide](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html). - **AWS credentials**, allowing you to create VMs, volumes, security groups, networks, S3, etc.. - **Helm** installed on your system. If not, follow the [Helm installation guide](https://helm.sh/docs/intro/install/).