FederatedAI / KubeFATE

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

k8s 部署时,执行kubefate cluster install -f ./cluster.yaml 报错 #866

Open zhaohainan666 opened 1 year ago

zhaohainan666 commented 1 year ago

What deployment mode you are use?

  1. Kuberentes.

What KubeFATE and FATE version you are using?

最新版本

What OS you are using for docker-compse or Kubernetes? Please also clear the version of OS.

CentOS 8

To Reproduce 执行:./kubefate cluster install -f ./cluster.yaml 报错: resp.StatusCode=404, error: <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

404 - Not Found

404 - Not Found

cluster.yaml内容如下:
    name: fate-9999
    namespace: fate-9999
    chartName: fate
    chartVersion: v1.10.0
    partyId: 9999
    registry:
    pullPolicy: "IfNotPresent"
    imagePullSecrets: 
    - name: myregistrykey
    persistence: false
    istio:
      enabled: false
    podSecurityPolicy:
      enabled: false
    ingressClassName: nginx
    modules:
      - rollsite
      - clustermanager
      - nodemanager
      - mysql
      - python
      - fateboard
      - client
owlet42 commented 1 year ago

https://github.com/FederatedAI/KubeFATE/blob/master/docs/tutorials/Build_Two_Parties_FATE_Cluster_in_One_Linux_Machine_with_MiniKube_zh.md#%E5%AE%89%E8%A3%85kubefate

检查是否是hosts文件未正确配置,可以参考这个教程