You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget https://get.helm.sh/helm-v3.2.1-linux-amd64.tar.gz
tar -xzvf helm-v3.2.1-linux-amd64.tar.gz
cd linux-amd64/
mv helm /usr/bin/
helm version
helm repo list
helm repo add aliyuncs https://apphub.aliyuncs.com
安装helm-3.2.1:
wget https://get.helm.sh/helm-v3.2.1-linux-amd64.tar.gz tar -xzvf helm-v3.2.1-linux-amd64.tar.gz cd linux-amd64/ mv helm /usr/bin/ helm version helm repo list helm repo add aliyuncs https://apphub.aliyuncs.com
安装Istio-1.8.2
安装seldon core-1.13.0
安装nfs:
环境准备
1.增加配置文件
2.NFS服务端挂载共享文件
3.NFS客户端挂载共享文件
4.调整部分问题
(1) 文件重复问题:
/install/Prophecis/templates/di 文件下:learner-configmap.yml 与 learner-rsa-keys.yml 移动至 /install/Prophecis/templates/services 下,然后删除 /install/Prophecis/templates/di 文件夹。
(2) 镜像地址问题
安装配置文件中,所有 uat.sf.dockerhub.stgwebank/webank/prophecis 的镜像地址 更换成 wedatasphere/prophecis
(3) 修改sql数据库配置信息
install/sql下,数据库创建文件:
prophecis.sql 与 prophecis-data.sql 前两行的数据库地址
改成自己的数据库地址,地址对应下一条中mysql配置的 db —> name
然后,先后复制 prophecis.sql 与 prophecis-data.sql 内容至数据库sql脚本编辑器中执行,生成对应表与文件。
5.修改配置信息
/install/Prophecis/values.yaml中需要修改如下部分
安装各个组件
The text was updated successfully, but these errors were encountered: