From c1f97ec00e5d2fe9fcdd837e2a4444046ff320ea Mon Sep 17 00:00:00 2001 From: nataliasitko Date: Mon, 7 Oct 2024 08:09:10 +0200 Subject: [PATCH] fix numbering --- docs/02-get-started/01-quick-install.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/02-get-started/01-quick-install.md b/docs/02-get-started/01-quick-install.md index 8b9cdb36a12e..0ff5513dd912 100644 --- a/docs/02-get-started/01-quick-install.md +++ b/docs/02-get-started/01-quick-install.md @@ -20,10 +20,8 @@ To get started with Kyma, let's quickly install it with specific modules first. k3d cluster create kyma --kubeconfig-switch-context -p '30080:80@loadbalancer' -p '30443:443@loadbalancer' --k3s-arg '--disable=traefik@server:*' --k3s-arg '--tls-san=host.docker.internal@server:*' kubectl create ns kyma-system ``` - >[!NOTE] - > If ports `30080` and `30443` are already in use on your host, change the command to map different ports from the host to ports `80` and `443` on the cluster's loadbalancer container. -1. To install a Kyma module of your choice on a Kubernetes cluster, deploy its module manager and apply the module configuration. See the following Kyma modules with their quick installation commands and links to their GitHub repositories: +2. To install a Kyma module of your choice on a Kubernetes cluster, deploy its module manager and apply the module configuration. See the following Kyma modules with their quick installation commands and links to their GitHub repositories: [**Istio**](https://github.com/kyma-project/istio)