Is it possible to disable deployment.adcContainer
(Helm apisix-2.11.6 / version:ingress-controller-1.0.5, image:apache/apisix-ingress-controller:1.8.4)?
#12598
-
The new controller chart injects an ADC sidecar (ghcr.io/api7/adc), configured under deployment.adcContainer in values.yaml. I don’t see an enabled flag; attempts like:
It tested multiple approaches, but they have no effect. We’re running ControlPlane (Admin API / etcd) mode (not Standalone) and would like to avoid the ADC sidecar in production. Questions
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@sopacifics In apache/apisix-ingress-controller:2.0.0, ADC is the required component to do transformation from Ingress/CRD/... to APISIX format. Refer to https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/upgrade-guide.md |
Beta Was this translation helpful? Give feedback.
@sopacifics In apache/apisix-ingress-controller:2.0.0, ADC is the required component to do transformation from Ingress/CRD/... to APISIX format. Refer to https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/upgrade-guide.md