apisix-helm-chart
apisix-helm-chart copied to clipboard
Apache APISIX Helm Chart
部署过程如下 helm repo add apisix https://charts.apiseven.com helm repo update helm install apisix apisix/apisix --namespace ingress-apisix --create-namespace 部署完成后,etcd启动一直无法就绪  看起来似乎是etcd的后端存储有问题 我使用的后端存储是nfs 在etcd启动过程中pvc也被自动创建了,一切看起来正常,但是etcd无法就绪,三个pod都在一直不停重启
问题描述: 1. 采用了外部etcd,并且配置https访问etcd 2. 报错内容如截图  3. 内网环境采用helm离线包部署,配置如下  4. 在secret配置了etcd-ssl secret,内容包含了etcd的证书 
Refer to this article on the official blog: https://apisix.apache.org/zh/blog/2023/02/28/transforming-logs-for-ingestion-into-your-observability-stack/#elasticsearch-logger Apisix provides the Elasticsearch logger plugin, which can directly save logs to Elasticsearch without deploying filebeat. However, saving logs directly to...
During the process of applying the Apisix CRDs via kubectl, I discovered that the priority field was missing on the live manifest. This issue was brought to my attention by...
When .Values.ingress-controller.enabled or .Values.dashboard.enabled is true, an IP segment of 0.0.0.0/0 will be added by default. However, this 0.0.0.0/0 configuration will make all clients accessible, equivalent to admin.allow_admin configuration becomes...
I have a vanilla kubernetes cluster deployed on bare hardware. In the documentation I found information on how to deploy apisix in kubernetes in the cloud or k3s, rancher. k8s...
# Issue description ------ Liveness probe failed after helm install. > Liveness probe failed: command "/opt/bitnami/scripts/etcd/healthcheck.sh" timed out Readiness probe failed after helm install. > Readiness probe failed: command "/opt/bitnami/scripts/etcd/healthcheck.sh"...
**description:** After configuring consul in values.yaml, the service discovery type has no consul option, only consul kv, how should I configure it correctly? **my config** ```yaml discovery: consul: servers: -...
Hello everybody 👋🏻 I contributed in june 2023 to this project by adding configuration nodes in helm chart allowing clean proxy-protocol configuration (https://github.com/apache/apisix-helm-chart/pull/528). Recently we wanted to upgrade our current...
Base on the documentation (ref. https://apisix.apache.org/docs/ingress-controller/references/apisix_route_v2/#spec) ApisixRoute CRD should support defining plugin_config_namespace attribute (and apisix ingress controller v1.8.1. supports it) but I cannot find implementation of this feature in apisix...