KubeFATE v1.4.0
By downloading, installing or using the software, you accept and agree to be bound by all of the terms and conditions of the LICENSE and DISCLAIMER.
KubeFATE v1.4.0 supports the deployment and management of below FATE components:
- FATE v1.4.0;
- FATE-Serving v1.2.4.
KubeFATE v1.4.0 feature highlights:
- External MySQL and Redis support;
- Directory structure refined for
docker_deploy
; - Experimental Jupyter Notebook Client support, which can submit job, manage data and model with Jupyter Notebook. The Client component is enabled by default in the deployment with docker-compose. For Kubernetes user, enable the feature by adding client module in cluster.yaml:
modules:
- rollsite
- clustermanager
- nodemanager
- mysql
- python
- client
The KubeFATE CLI and service version is upgraded to v1.0.3:
- Enhanced the secure settings;
- Fixed the token issue.
Helm chart has been upgraded to v1.4.0 supporting FATE v1.4.0. The Helm chart compatible with KubeFATE CLI and service >=v1.0.2. The original user can upgrade your cluster by changing chartVersion to upgrade your cluster:
chartVersion: v1.4.0