kayx23 opened a new issue, #895: URL: https://github.com/apache/apisix-helm-chart/issues/895
I was trying to enable the control API service and noticed that while `control.enabled: true` is the default in helm values, I cannot see the Control API service (unlike Admin API, where `apisix.admin.enabled: true` will enable Admin API service https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/templates/service-admin.yaml#L16). Found https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/templates/service-control.yaml#L16 and realized I had to set `apisix.enabled: true` in the values file in addition, then I was able to see the Control API service:  It is not exactly straightforward why `apisix.enabled: true` is necessary. The PR that added the feature is https://github.com/apache/apisix-helm-chart/pull/739 Opening this issue for a discussion. My personal take is setting `apisix.control.enabled: true` would be more straightforward to enable control API service. -- 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]
