KubeFATE icon indicating copy to clipboard operation
KubeFATE copied to clipboard

k8s部署,nodemanager pvc问题

Open zzc443701406 opened this issue 3 years ago • 4 comments

**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 image image

Additional context Add any other context about the problem here.

zzc443701406 avatar Jun 17 '21 03:06 zzc443701406

If existingClaim is configured, storageClass will not work.

owlet42 avatar Jul 13 '21 09:07 owlet42

感觉existingClaim这个参数无法起作用,client配置里,即使配置了已创建的pvc,实际容器起来后云盘还是没有挂载

xf314year avatar Dec 01 '21 07:12 xf314year

I just checked the code, nodemanager doesn't support existingClaim.

WRT why it doesn't support storage class, still need investifation.

JingChen23 avatar Jun 28 '22 06:06 JingChen23

@zzc443701406 There is a switch in your cluster.yaml file:

persistence: false

Have you change this to true?

JingChen23 avatar Jun 28 '22 06:06 JingChen23

We find this bug too, is fixing by #777

JingChen23 avatar Oct 20 '22 02:10 JingChen23