Skip to content

Commit

Permalink
fix steps numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliasitko committed Sep 24, 2024
1 parent bb7dda3 commit 7eb60e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/02-get-started/01-quick-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ To get started with Kyma, let's quickly install it with specific modules first.
kubectl create ns kyma-system
```
>[!NOTE]
> If ports `80` and `443` 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. For example, `-p '30080:80@loadbalancer' -p '30443:443@loadbalancer'`.
> If ports `80` and `443` 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. For example, `-p '30080:80@loadbalancer' -p '30443:443@loadbalancer'`.
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)
Expand Down

0 comments on commit 7eb60e3

Please sign in to comment.