KubeFATE
KubeFATE copied to clipboard
k8s部署,nodemanager pvc问题
**What deployment mode you are use? ** Kuberentes.
**What KubeFATE and FATE version you are using? ** v1.6.0
**What OS you are using for docker-compse or Kubernetes? Please also clear the version of OS. **
- OS: ubuntu
- Version 16.04
Desktop (please complete the following information):
- OS: windows
- Browser chrome
- Version [e.g. 22]
To Reproduce Clear how to reproduce your problem.
What happen? 配置了nodemanager的pvc和storageclass之后没有生效 不管是手动创建好pvc或者配置storageclass,最终nodemanager的持久化目录都没用使用pvc
Screenshots
Additional context Add any other context about the problem here.
If existingClaim is configured, storageClass will not work.
感觉existingClaim这个参数无法起作用,client配置里,即使配置了已创建的pvc,实际容器起来后云盘还是没有挂载
I just checked the code, nodemanager doesn't support existingClaim.
WRT why it doesn't support storage class, still need investifation.
@zzc443701406 There is a switch in your cluster.yaml file:
persistence: false
Have you change this to true?
We find this bug too, is fixing by #777