AlinsRan commented on PR #461: URL: https://github.com/apache/apisix-helm-chart/pull/461#issuecomment-1422060315
```shell # Deploy APISIX's control plane ➜ ~ helm install apisix-control-plane apisix/apisix --set deployment.mode=control_plane # Deploy APISIX's data plane ➜ ~ helm install apisix-data-plane apisix/apisix --set deployment.mode=data_plane --set deployment.control_plane.host=https://apisix-control-plane-admin.apisix.svc:9280 --set deployment.control_plane.prefix="/apisix" ``` As far as I know, etcd is deployed by default, and etcd is also required in this mode. If this mode is used, who should deploy etcd? When deploying the data plane, do you need to add the etcd.enabled: false configuration? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
