ks-installer
ks-installer copied to clipboard
redis pending ldap pending
redis 和ldap 无法启动
检查存储
同样问题登陆到redis pod 和openldap pod看chown: Operation not permitted。使用的k8s 1.15.5 nfs默认存储类。 我单独在集群通过helm 安装redis 和openldap没有问题。
经过分析是nfs server问题,需要在nfs server加入no_root_squash。只要存储类正确是可以起来的。
有可能是污点的问题,如果重新安装ks的话有可能忘记去掉污点导致调度失败