SoHuDrgon
Results
4
comments of
SoHuDrgon
> You can refer to [this article](https://blog.k8s.li/kubespray-tips.html#%E9%95%9C%E5%83%8F%E4%BB%93%E5%BA%93) thanks bro!
我使用这个方式创建secret: ``` kubectl create secret tls etcd-tls --key etcd-client-key.pem --cert etcd-client.pem -n apisix ``` values.yaml配置如下: ``` # -- external etcd configuration. If etcd.enabled is false, these configuration will be used....