FederatedAI / KubeFATE

Manage federated learning workload using cloud native technologies.
Apache License 2.0
418 stars 222 forks source link

Deploy kubefate cluster in openshift crc environment failed #792

Open jerryhong0307 opened 1 year ago

jerryhong0307 commented 1 year ago

What deployment mode you are use? Kuberentes --> openshift crc 4.8

What KubeFATE and FATE version you are using? KubeFATE: v 1.4.5 FATE: v 1.9.0

What OS you are using for docker-compse or Kubernetes? Please also clear the version of OS. OS: Red Hat Enterprise Linux VERSION: 8.6 (Ootpa)

于 openshift crc 环境中执行范例 **kubefate cluster install -f examples/party-9999/cluster-spark-pulsar.yaml** 喷出以下 error: image 看起来无法在 crc vm 中 建立 "/.configs" 资料夹, 手动进入 vm 中也无法修改其权限, 请问该怎么解决此问题?感谢!

JingChen23 commented 1 year ago

https://github.com/helm/helm/issues/8038

Please check if this can solve your issue.

jerryhong0307 commented 1 year ago

现在问题是我就算手动执行 ssh -i ~/.crc/machines/crc/id_ecdsa core@192.168.130.11 进入 crc vm 中, 使用 root 身份也无法在 "/" 中建立资料夹, 这似乎是 openshift crc 上的限制?

JingChen23 commented 1 year ago

I have no idea on this.