Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.95 KB

apisix.md

File metadata and controls

60 lines (46 loc) · 1.95 KB
title
Apache APISIX Helm Chart

Install

To install the chart with release name apisix:

helm repo add apisix https://charts.apiseven.com
helm repo update
helm install apisix apisix/apisix --create-namespace  --namespace apisix

APISIX v3.x

The current default version of APISIX installed is 2.15.0, if you want to install APISIX 3.x, to install the chart of APISIX with:

helm install apisix apisix/apisix --set apisix.image.tag=3.0.0-debian --create-namespace --namespace apisix

:::note

The latest APISIX Ingress Controller and APISIX Dashboard are not compatible with APISIX 3.x.

Uninstall

To uninstall/delete the apisix release:

helm uninstall apisix

Seeking help