-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KubeFATE support FATE v2.0.0-beta (#921)
* Support FATE v2.0.0-beta Signed-off-by: Chenlong Ma <[email protected]> * Update KubeFATE version Signed-off-by: Chenlong Ma <[email protected]> * fix docker compose healthcheck Signed-off-by: Chenlong Ma <[email protected]> * fix pulsar bug Signed-off-by: Chenlong Ma <[email protected]> --------- Signed-off-by: Chenlong Ma <[email protected]>
- Loading branch information
Showing
55 changed files
with
1,078 additions
and
769 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,40 @@ | ||
RegistryURI= | ||
TAG=1.11.2-release | ||
SERVING_TAG=2.1.6-release | ||
SSH_PORT=22 | ||
|
||
# PREFIX: namespace on the registry's server. | ||
# RegistryURI: address of the local registry | ||
# TAG: tag of module images. | ||
# SSH_PORT: port of SSH, default 22 | ||
|
||
|
||
KubeFATE_Version=v2.0.0-beta | ||
|
||
# components version | ||
|
||
FATEFlow_IMAGE="federatedai/fateflow" | ||
FATEFlow_IMAGE_TAG="v2.0.0-beta" | ||
FATEBoard_IMAGE="federatedai/fateboard" | ||
FATEBoard_IMAGE_TAG="v2.0.0-beta" | ||
MySQL_IMAGE="mysql" | ||
MySQL_IMAGE_TAG="8.0.28" | ||
Client_IMAGE="federatedai/client" | ||
Client_IMAGE_TAG="v2.0.0-beta" | ||
|
||
EGGRoll_IMAGE="federatedai/eggroll" | ||
EGGRoll_IMAGE_TAG="v2.0.0-beta" | ||
|
||
Nginx_IMAGE="federatedai/nginx" | ||
Nginx_IMAGE_TAG="v2.0.0-beta" | ||
RabbitMQ_IMAGE="federatedai/rabbitmq" | ||
RabbitMQ_IMAGE_TAG="3.8.3-management" | ||
Pulsar_IMAGE="federatedai/pulsar" | ||
Pulsar_IMAGE_TAG="2.10.2" | ||
Hadoop_NameNode_IMAGE="federatedai/hadoop-namenode" | ||
Hadoop_NameNode_IMAGE_TAG="2.0.0-hadoop3.2.1-java8" | ||
Hadoop_DataNode_IMAGE="federatedai/hadoop-datanode" | ||
Hadoop_DataNode_IMAGE_TAG="2.0.0-hadoop3.2.1-java8" | ||
Spark_Master_IMAGE="federatedai/spark-master" | ||
Spark_Master_IMAGE_TAG="v2.0.0-beta" | ||
Spark_Worker_IMAGE="federatedai/spark-worker" | ||
Spark_Worker_IMAGE_TAG="v2.0.0-beta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.