-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request help: How to configure TLS connections for etcd #245
Comments
In fact, this question has nothing to do with Ingress. So i moved it and changed the title. Currently we are using the helm chart of bitnami/etcd, please check its documentation. |
ETCD为已经在本机安装好的集群,配置如下: /etc/systemd/system/etcd.service[Unit] [Service] [Install] 证书内容如下: 测试证书+ETCD状态如下: 创建K8S证书 kubectl create secret tls etcd -n ingress-apisix --cert=/root/zhengshu/tls.crt --key=/root/zhengshu/tls.key --dry-run=client -o yaml > etcd-ssl.yaml Type: kubernetes.io/tls Datatls.crt: 1428 bytes apisix helm安装命令如下: POD报错内容如下: WARNING: using fixed Admin API token has security risk. /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd 这样看来还是证书的问题,请问我set参数还是有问题吗? |
Issue description
helm安装apisix-ingress时,如果用外部ETCD。并且外部ETCD是启用SSL的。那么除了--set etcd.enabled=false和 --set etcd.host以外应该还要指定ca cert 和key请问能给个使用外部ETCD并且ETCD开始SSL的例子吗?
Environment
The text was updated successfully, but these errors were encountered: