快速拉起 openldap

kubectl create ns testldap
helm install my-release helm-openldap/openldap-stack-ha --set customTLS.enabled=false --set replicaCount=1 -n testldap

helm 启动故障问题排查

1、phpldapadmin 登录报错需要openldap 没有启用tls

# 由于git的README.md 默认值文档没更新,需要手动设置 customTLS.enabled=false,使其自动生成证书
# 排查思路
helm  pull helm-openldap/openldap-stack-ha
tar -xf openldap-stack-ha-3.0.0.tgz
cd openldap-stack-ha/charts
# 查看 values.yaml 的 customTLS.enabled=true 与 git的README.md 默认值 不符

引用:

https://github.com/jp-gouin/helm-openldap
https://github.com/osixia/docker-openldap

最后修改:2022 年 06 月 22 日
如果觉得我的文章对你有用,请随意赞赏