You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2022/01/19 10:35:22 UTC

[apisix-helm-chart] branch master updated: docs: helm install with namespace (#203)

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 ec52058  docs: helm install with namespace (#203)
ec52058 is described below

commit ec5205806099e3828dcd47384d7e67471a5ce18a
Author: Hao Xin <ha...@gmail.com>
AuthorDate: Wed Jan 19 18:35:18 2022 +0800

    docs: helm install with namespace (#203)
---
 docs/en/latest/apisix-dashboard.md          | 2 +-
 docs/en/latest/apisix-ingress-controller.md | 4 ++--
 docs/en/latest/apisix.md                    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/latest/apisix-dashboard.md b/docs/en/latest/apisix-dashboard.md
index 0d3e851..864c135 100644
--- a/docs/en/latest/apisix-dashboard.md
+++ b/docs/en/latest/apisix-dashboard.md
@@ -28,7 +28,7 @@ To install the chart with release name `apisix-dashboard`:
 ```shell
 helm repo add apisix https://charts.apiseven.com
 helm repo update
-helm install apisix-dashboard apisix/apisix-dashboard
+helm install apisix-dashboard apisix/apisix-dashboard --create-namespace --namespace apisix
 ```
 
 ## Uninstall
diff --git a/docs/en/latest/apisix-ingress-controller.md b/docs/en/latest/apisix-ingress-controller.md
index 391dfc4..06a326b 100644
--- a/docs/en/latest/apisix-ingress-controller.md
+++ b/docs/en/latest/apisix-ingress-controller.md
@@ -34,7 +34,7 @@ To install apisix-ingress-controller which release name is `apisix-ingress-contr
 ```bash
 helm repo add apisix https://charts.apiseven.com
 helm repo update
-helm install apisix-ingress-controller apisix/apisix-ingress-controller --namespace ingress-apisix
+helm install apisix-ingress-controller apisix/apisix-ingress-controller --namespace ingress-apisix --create-namespace
 ```
 
 ## Uninstall
@@ -76,4 +76,4 @@ In such a case, you may need to apply these CRDs by yourself.
 ```shell
 cd /path/to/apisix-ingress-controller
 kubectl apply -k samples/deploy/crd/
-```
\ No newline at end of file
+```
diff --git a/docs/en/latest/apisix.md b/docs/en/latest/apisix.md
index fc300e3..0236ef8 100644
--- a/docs/en/latest/apisix.md
+++ b/docs/en/latest/apisix.md
@@ -28,7 +28,7 @@ To install the chart with release name `apisix`:
 ```shell
 helm repo add apisix https://charts.apiseven.com
 helm repo update
-helm install apisix apisix/apisix
+helm install apisix apisix/apisix --create-namespace  --namespace apisix
 ```
 
 ## Uninstall