This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 2741f10  doc: update apisix doc for new users (#413)
2741f10 is described below

commit 2741f102d64ace12aa920d2770c3001524d99728
Author: Gallardot <[email protected]>
AuthorDate: Wed Jan 18 16:53:14 2023 +0800

    doc: update apisix doc for new users (#413)
    
    Signed-off-by: Gallardot <[email protected]>
---
 docs/en/latest/apisix.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/en/latest/apisix.md b/docs/en/latest/apisix.md
index 6acdae8..9cdddc8 100644
--- a/docs/en/latest/apisix.md
+++ b/docs/en/latest/apisix.md
@@ -31,6 +31,14 @@ helm repo update
 helm install apisix apisix/apisix --create-namespace  --namespace apisix
 ```
 
+### Start By One Line
+
+To quickly experience Apache APISIX related components like Apache APISIX 
Dashboard and Apache APISIX Ingress Controller. For a quick installation, start 
by one line:
+
+```shell
+helm repo add apisix https://charts.apiseven.com && helm repo update && helm 
upgrade --install apisix apisix/apisix --create-namespace  --namespace apisix 
--set dashboard.enabled=true --set ingress-controller.enabled=true --set 
ingress-controller.config.apisix.serviceNamespace=apisix
+```
+
 :::note
 
 The latest APISIX Dashboard are not compatible with APISIX 3.x.

Reply via email to