From dc9e1b63deb9c74e963de3d37d4bad37e7be4c0c Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Mon, 13 Jun 2022 21:27:16 +0800 Subject: [PATCH] Add space for doc of install on k3s Signed-off-by: Lan Liang --- .../getting-started/installation/install-openelb-on-k3s.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/getting-started/installation/install-openelb-on-k3s.md b/content/en/docs/getting-started/installation/install-openelb-on-k3s.md index 1c06b40..11e1fab 100644 --- a/content/en/docs/getting-started/installation/install-openelb-on-k3s.md +++ b/content/en/docs/getting-started/installation/install-openelb-on-k3s.md @@ -51,7 +51,8 @@ This document describes how to use kubectl and [Helm](https://helm.sh/) to insta By default, both OpenELB and K3s use port 443. Therefore, you need to change port 443 of OpenELB to avoid the port conflict. For details, see the [official K3s document](https://rancher.com/docs/k3s/latest/en/networking/#traefik-ingress-controller). - {{}} + {{}} + 4. Run the following command to check whether the status of `openelb-manager` is **READY**: **1/1** and **STATUS**: **Running**. If yes, OpenELB has been installed successfully.