What KubeFATE and FATE version you are using?
KubeFate version : v.1.4.5
Fate version : v1.10.0
MUST Please state the KubeFATE and FATE version you found the issue
KubeFate version: v1.4.5
What OS you are using for docker-compse or Kubernetes? Please also clear the version of OS.
OS: Openshift
Version: 4.8.0-0.okd-2021-11-14-052418
Desktop (please complete the following information):
OS: MacOS 13.2.1
Browser safari
Version 16.3
To Reproduce
Installing kubefate cluster following with the example example/party9999/cluster-spark-local-pulsar.yaml
change persistence: true
setting python PV state with the desired size
the PV size of python is not changed
What happen?
I am trying to add a persistent volume to the pod python-0 which runs fateflow with 100 Gi capacity.
but the persistence size request is still inactivated via cluster.yaml setting.
What deployment mode you are use? Kuberentes.
What KubeFATE and FATE version you are using? KubeFate version : v.1.4.5 Fate version : v1.10.0
MUST Please state the KubeFATE and FATE version you found the issue
KubeFate version: v1.4.5
What OS you are using for docker-compse or Kubernetes? Please also clear the version of OS.
Desktop (please complete the following information):
To Reproduce
Installing kubefate cluster following with the example
example/party9999/cluster-spark-local-pulsar.yaml
persistence: true
python
PV state with the desired sizeWhat happen?
I am trying to add a persistent volume to the pod
python-0
which runsfateflow
with 100 Gi capacity. but the persistence size request is still inactivated viacluster.yaml
setting.Here is found the potential issue coming from the helm-charts https://github.com/FederatedAI/KubeFATE/blob/9bf1319dc9d2993c3c40642ee5a940146620a6ab/helm-charts/FATE/templates/core/python-spark.yaml#L241
The tag used
storage: {{ .Values.modules.mysql.size }}
to settingpython-data
PV.Should we change the
storage: {{ .Values.modules.~~mysql~~.size }}
tostorage: {{ .Values.modules.python.size }}
for this issue?Screenshots
here setting the cluster.yaml
But the PV size setting of
python-0
is not activated.work around test
to work around this, set the desired
python-0
pv size onmysql
settingmysql size
can work aroundAdditional context