Skip to content

Commit

Permalink
docs: fix APISIX helm installation (#459)
Browse files Browse the repository at this point in the history
This change was introduced from apache/apisix-helm-chart#74

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed May 18, 2021
1 parent 4a55307 commit 015940c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/ack.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ helm repo add apisix https://charts.apiseven.com
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=LoadBalancer \
--set allow.ipList="{0.0.0.0/0}" \
--set admin.allow.ipList="{0.0.0.0/0}" \
--set etcd.persistence.storageClass="alicloud-disk-ssd" \
--set etcd.persistence.size="20Gi" \
--namespace ingress-apisix \
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ helm repo add apisix https://charts.apiseven.com
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=LoadBalancer \
--set allow.ipList="{0.0.0.0/0}" \
--set admin.allow.ipList="{0.0.0.0/0}" \
--namespace ingress-apisix \
kubectl get service --namespace ingress-apisix
```
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ helm repo add apisix https://charts.apiseven.com
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=LoadBalancer \
--set allow.ipList="{0.0.0.0/0}" \
--set admin.allow.ipList="{0.0.0.0/0}" \
--namespace ingress-apisix
kubectl get service --namespace ingress-apisix
```
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ helm repo add apisix https://charts.apiseven.com
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=LoadBalancer \
--set allow.ipList="{0.0.0.0/0}" \
--set admin.allow.ipList="{0.0.0.0/0}" \
--namespace ingress-apisix
kubectl get service --namespace ingress-apisix
```
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/k3s-rke.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ helm repo add apisix https://charts.apiseven.com
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=NodePort \
--set allow.ipList="{0.0.0.0/0}" \
--set admin.allow.ipList="{0.0.0.0/0}" \
--namespace ingress-apisix \
--kubeconfig /etc/rancher/k3s/k3s.yaml
kubectl get service --namespace ingress-apisix
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/kubesphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ helm repo add apisix https://charts.apiseven.com
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=NodePort \
--set allow.ipList="{0.0.0.0/0}" \
--set admin.allow.ipList="{0.0.0.0/0}" \
--namespace ingress-apisix \
kubectl get service --namespace ingress-apisix
```
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ helm repo add apisix https://charts.apiseven.com
# Use `helm search repo apisix` to search charts about apisix
helm repo update
helm install apisix apisix/apisix \
--set allow.ipList="{0.0.0.0/0}" \
--set admin.allow.ipList="{0.0.0.0/0}" \
--namespace ingress-apisix
kubectl get service --namespace ingress-apisix
```
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/tke.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ helm repo add apisix https://charts.apiseven.com
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=LoadBalancer \
--set allow.ipList="{0.0.0.0/0}" \
--set admin.allow.ipList="{0.0.0.0/0}" \
--set etcd.persistence.size=10Gi \
--namespace ingress-apisix \
kubectl get service --namespace ingress-apisix
Expand Down

0 comments on commit 015940c

Please sign in to comment.