Closed n063h closed 2 years ago
Fixes ISSUE #730
user has to manually modify configmap to enable dependent_distribution
user can easy set dependent_distribution in python filed in cluster.yaml, like
python
python: type: NodePort httpNodePort: 30107 grpcNodePort: 30102 logLevel: INFO dependent_distribution: true
Install cluster with the yaml, user can see in /data/projects/fate/conf/service_conf.yaml
dependent_distribution: true
Fixes ISSUE #730
Description
Tests
Before fix
user has to manually modify configmap to enable dependent_distribution
After fix
user can easy set dependent_distribution in
python
filed in cluster.yaml, likeInstall cluster with the yaml, user can see in /data/projects/fate/conf/service_conf.yaml