KubeFATE
KubeFATE copied to clipboard
k8s 部署时,执行kubefate cluster install -f ./cluster.yaml 报错
**What deployment mode you are use? ** 2. 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:
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
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文件未正确配置,可以参考这个教程