Porphecis3.0 config file bug
1、需要在values里面添加env: prod 2、需要在values里面添加learner.tag以及server_repository
3、di-configmap中 database换成db
4、mongo连接错误, use admin; db.createUser({user:'mlssopr',pwd:'mlssopr',roles:["userAdminAnyDatabase","readWriteAnyDatabase"]}); db.createUser({user:'mlss',pwd:'mlss',roles:["userAdminAnyDatabase","readWriteAnyDatabase"]}); 5、节点标识 kubectl label nodes k8s-node1 mlss-node-role=platform kubectl label nodes k8s-node2 mlss-node-role=platform 6、aide timezone volumeMounts: - name: host-time readOnly: true mountPath: /etc/localtime volumes: - name: host-time hostPath: path: /etc/localtime type: ''
7、mf配置:修改nfs路径 去掉java挂载 k8s集群19之后版本 dockersock由file改为Socket 8、nginx内mf路由添加8080端口
9、部署template service中仅保留三个内容,如图

10、storage-deployment去掉一个mountPath: {{.Values.storage.uploadContainerPath}} 11、trainingdata-deployment去掉一个imagePullPolicy 12、所有manual nfs-storage
镜像里面 uat.sf.dockerhub.stgwebank 地址换成:wedatasphere/prophecis
install/Prophecis/values.yaml 中一些对应组件(如trainer, storage, restapi)的cpu、内存资源配置可以改小一些。
13、cpu镜像0.5改为0.5.0
14、superadmin内创建hadoop用户
4、mongo连接错误, use admin; db.createUser({user:'mlssopr',pwd:'mlssopr',roles:["userAdminAnyDatabase","readWriteAnyDatabase"]}); db.createUser({user:'mlss',pwd:'mlss',roles:["userAdminAnyDatabase","readWriteAnyDatabase"]}); 5、节点标识 kubectl label nodes k8s-node1 mlss-node-role=platform kubectl label nodes k8s-node2 mlss-node-role=platform 6、aide timezone volumeMounts: - name: host-time readOnly: true mountPath: /etc/localtime volumes: - name: host-time hostPath: path: /etc/localtime type: ''
7、mf配置:修改nfs路径 去掉java挂载 k8s集群19之后版本 dockersock由file改为Socket 8、nginx内mf路由添加8080端口
@q383186554 请问mongo连接错误要怎么修改?后面的命令在哪执行