From ee0ae87da15f3dbf3608923105509d64c7d2bc45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Tue, 1 Nov 2022 21:34:04 +0800 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2925e207..185fbb7c4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Powered by [Istio](https://github.com/istio/istio) and [Envoy](https://github.co - [**Use Cases**](#use-cases) - [**Higress Features**](#higress-features) - +- [**Quick Start**](#quick-start) ## Use Cases @@ -39,4 +39,20 @@ Powered by [Istio](https://github.com/istio/istio) and [Envoy](https://github.co (TODO) - +## Quick Start + +### step 1. install istio + +select higress istio: +```bash +helm install istio -n istio-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/istio +``` + +or select official istio (lose some abilities, such as using annotation to limit request rate): +https://istio.io/latest/docs/setup/install + +### step 2. install higress + +helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress + +