Revolyssup commented on code in PR #508:
URL: https://github.com/apache/apisix-docker/pull/508#discussion_r1338083456
##########
centos/docker-entrypoint.sh:
##########
@@ -31,11 +31,8 @@ deployment:
config_provider: yaml
_EOC_
else
- wget -qO /usr/local/apisix/yq
https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 \
- && chmod a+x /usr/local/apisix/yq
- /usr/local/apisix/yq -i '.deployment.role = "data_plane"'
${PREFIX}/conf/config.yaml
- /usr/local/apisix/yq -i '.deployment.role_data_plane.config_provider
= "yaml"' ${PREFIX}/conf/config.yaml
- rm /usr/local/apisix/yq
+ sed -i 's/role: traditional/role: data_plane/' config.yaml
Review Comment:
I dont think we need to match only when role: traditional and
config_provider is etcd.
It should be replaced in any case which is role: * and config_provider: *
--
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]