zackzhangkai commented on issue #3599:
URL: https://github.com/apache/apisix/issues/3599#issuecomment-782130374
configmap as follows:
```bash
data:
config.yaml: |
etcd:
host:
- "https://127.0.0.1:2379"
apisix:
admin_key:
- name: "admin"
# yamllint disable rule:comments-indentation
key: edd1c9f034335f136f87ad84b625c8f1 # using fixed API token has
security risk, please update it when you deploy to production environment
# yamllint enable rule:comments-indentation
role: admin
kind: ConfigMap
```
errors as follows:
```
k logs -f apisix-gw-deployment-57997cbbcd-q9j8n
/usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init
/usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd
request etcd endpoint 'https://127.0.0.1:2379/version' error, connection
refused
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]